Uses of Class
org.h2.table.RangeTable
-
Packages that use RangeTable Package Description org.h2.index Various table index implementations, as well as cursors to navigate in an index. -
-
Uses of RangeTable in org.h2.index
Fields in org.h2.index declared as RangeTable Modifier and Type Field Description private RangeTable
RangeIndex. rangeTable
Constructors in org.h2.index with parameters of type RangeTable Constructor Description RangeIndex(RangeTable table, IndexColumn[] columns)
-