Uses of Class
com.mckoi.database.VirtualTable
Packages that use VirtualTable
-
Uses of VirtualTable in com.mckoi.database
Methods in com.mckoi.database that return VirtualTableModifier and TypeMethodDescriptionfinal VirtualTable
Table.distinct()
Deprecated.- not a proper SQL distinct.final 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.final VirtualTable
Table.orderByColumn
(Variable column) final VirtualTable
Table.orderByColumn
(Variable column, boolean ascending) final VirtualTable
Finds all rows in this table that are 'outside' the result in the given table.