Uses of Class
com.mckoi.database.interpret.ColumnChecker
-
Packages that use ColumnChecker Package Description com.mckoi.database.interpret -
-
Uses of ColumnChecker in com.mckoi.database.interpret
Methods in com.mckoi.database.interpret that return ColumnChecker Modifier and Type Method Description (package private) static ColumnChecker
ColumnChecker. standardColumnChecker(DatabaseConnection database, TableName tname)
Given a DatabaseConnection and a TableName object, this returns an implementation of ColumnChecker that is able to check that the column name exists in the table, and that the reference is not ambigious.
-