Uses of Class
com.mckoi.database.SelectableRangeSet
-
Packages that use SelectableRangeSet Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of SelectableRangeSet in com.mckoi.database
Methods in com.mckoi.database with parameters of type SelectableRangeSet Modifier and Type Method Description private voidQueryPlan.RangeSelectNode. calcRange(QueryContext context, DataTableColumnDef field, SelectableRangeSet range, Expression exp)Calculates a list of SelectableRange objects that represent the range of the expression.voidSelectableRangeSet. union(SelectableRangeSet union_to)Unions the current range set with the given range set.private voidQueryPlan.RangeSelectNode. updateRange(QueryContext context, SelectableRangeSet range, DataTableColumnDef field, Expression e)Updates a range with the given expression.
-