Uses of Class
org.h2.table.RangeTable

Packages that use RangeTable
org.h2.index Various table index implementations, as well as cursors to navigate in an index. 
 

Uses of RangeTable in org.h2.index
 

Constructors in org.h2.index with parameters of type RangeTable
RangeIndex(RangeTable table, IndexColumn[] columns)