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.