Uses of Class
com.mckoi.database.TemporaryTable
-
Packages that use TemporaryTable Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.interpret -
-
Uses of TemporaryTable in com.mckoi.database
Methods in com.mckoi.database that return TemporaryTable Modifier and Type Method Description (package private) static TemporaryTable
TemporaryTable. singleColumnTable(Database database, java.lang.String col_name, java.lang.Class c)
Creates a table with a single column with the given name and type. -
Uses of TemporaryTable in com.mckoi.database.interpret
Methods in com.mckoi.database.interpret that return TemporaryTable Modifier and Type Method Description (package private) TemporaryTable
Show. createEmptyTable(Database d, java.lang.String name, java.lang.String[] cols)
Convenience, creates an empty table with the given column names.
-