Uses of Class
com.mckoi.database.SimpleTableQuery
-
Packages that use SimpleTableQuery Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of SimpleTableQuery in com.mckoi.database
Methods in com.mckoi.database with parameters of type SimpleTableQuery Modifier and Type Method Description private static java.lang.String[]
Transaction. toColumns(SimpleTableQuery dt, IntegerVector cols)
Convenience, given a SimpleTableQuery object this will return a list of column names in sequence that represent the columns in a group constraint.
-