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 classDualIndexAn index for the DUAL table.classRangeIndexAn index for the SYSTEM_RANGE table.classVirtualConstructedTableIndexAn index for a virtual table that returns a result set.Fields in org.h2.index declared as VirtualTableIndex Modifier and Type Field Description private VirtualTableIndexVirtualTableCursor. indexConstructors in org.h2.index with parameters of type VirtualTableIndex Constructor Description VirtualTableCursor(VirtualTableIndex index, SearchRow first, SearchRow last, ResultInterface result)
-