Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and 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.
|
Copyright © 2015. All rights reserved.