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 VirtualTableTable. distinct()Deprecated.- not a proper SQL distinct.VirtualTableTable. orderByColumn(int col_index, boolean ascending)Returns a Table which is identical to this table, except it is sorted by the given column name.VirtualTableTable. orderByColumn(Variable column)VirtualTableTable. orderByColumn(Variable column, boolean ascending)VirtualTableTable. outside(Table rtable)Finds all rows in this table that are 'outside' the result in the given table.
-