Uses of Class
com.mckoi.database.VirtualTable
-
Packages that use VirtualTable Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of VirtualTable in com.mckoi.database
Methods in com.mckoi.database that return VirtualTable Modifier and Type Method Description VirtualTable
Table. distinct()
Deprecated.- not a proper SQL distinct.VirtualTable
Table. orderByColumn(int col_index, boolean ascending)
Returns a Table which is identical to this table, except it is sorted by the given column name.VirtualTable
Table. orderByColumn(Variable column)
VirtualTable
Table. orderByColumn(Variable column, boolean ascending)
VirtualTable
Table. outside(Table rtable)
Finds all rows in this table that are 'outside' the result in the given table.
-