Uses of Class
com.mckoi.database.SelectableRange
Packages that use SelectableRange
-
Uses of SelectableRange in com.mckoi.database
Fields in com.mckoi.database declared as SelectableRangeModifier and TypeFieldDescriptionstatic final SelectableRange
SelectableRange.FULL_RANGE
The range that represents the entire range (including null).static final SelectableRange
SelectableRange.FULL_RANGE_NO_NULLS
The range that represents the entire range (not including null).Methods in com.mckoi.database that return SelectableRangeModifier and TypeMethodDescriptionSelectableRangeSet.toSelectableRangeArray()
Returns the range as an array of SelectableRange or an empty array if there is no range.Methods in com.mckoi.database with parameters of type SelectableRangeModifier and TypeMethodDescriptionfinal Table
Table.rangeSelect
(Variable col_var, SelectableRange[] ranges) A single column range select on this table.BlindSearch.selectRange
(SelectableRange range) BlindSearch.selectRange
(SelectableRange[] ranges) CollatedBaseSearch.selectRange
(SelectableRange range) CollatedBaseSearch.selectRange
(SelectableRange[] ranges) final 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.