Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Field and Description |
---|---|
static SelectableRange |
SelectableRange.FULL_RANGE
The range that represents the entire range (including null).
|
static SelectableRange |
SelectableRange.FULL_RANGE_NO_NULLS
The range that represents the entire range (not including null).
|
Modifier and Type | Method and Description |
---|---|
SelectableRange[] |
SelectableRangeSet.toSelectableRangeArray()
Returns the range as an array of SelectableRange or an empty array if
there is no range.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.rangeSelect(Variable col_var,
SelectableRange[] ranges)
A single column range select on this table.
|
IntegerVector |
Table.selectRange(int column,
SelectableRange[] ranges)
Returns an array that represents the sorted order of this table of all
values in the given SelectableRange objects of the given column index.
|
IntegerVector |
CollatedBaseSearch.selectRange(SelectableRange range) |
IntegerVector |
BlindSearch.selectRange(SelectableRange range) |
IntegerVector |
CollatedBaseSearch.selectRange(SelectableRange[] ranges) |
IntegerVector |
BlindSearch.selectRange(SelectableRange[] ranges) |
Copyright © 2015. All rights reserved.