Uses of Class
org.h2.index.VirtualTableIndex
Packages that use VirtualTableIndex
Package
Description
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.indexModifier and TypeClassDescriptionclassAn index for the DUAL table.classAn index for the SYSTEM_RANGE table.classAn index for a virtual table that returns a result set.Fields in org.h2.index declared as VirtualTableIndexConstructors in org.h2.index with parameters of type VirtualTableIndexModifierConstructorDescription(package private)VirtualTableCursor(VirtualTableIndex index, SearchRow first, SearchRow last, ResultInterface result)