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 TypeClassDescriptionclass
An index for the DUAL table.class
An index for the SYSTEM_RANGE table.class
An 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)