Uses of Class
org.h2.index.VirtualTableIndex
-
Packages that use VirtualTableIndex Package Description org.h2.index Various table index implementations, as well as cursors to navigate in an index. -
-
Uses of VirtualTableIndex in org.h2.index
Subclasses of VirtualTableIndex in org.h2.index Modifier and Type Class Description class
DualIndex
An index for the DUAL table.class
RangeIndex
An index for the SYSTEM_RANGE table.class
VirtualConstructedTableIndex
An index for a virtual table that returns a result set.Fields in org.h2.index declared as VirtualTableIndex Modifier and Type Field Description private VirtualTableIndex
VirtualTableCursor. index
Constructors in org.h2.index with parameters of type VirtualTableIndex Constructor Description VirtualTableCursor(VirtualTableIndex index, SearchRow first, SearchRow last, ResultInterface result)
-