Uses of Class
org.h2.table.VirtualTable
Packages that use VirtualTable
Package
Description
Various table index implementations, as well as cursors to navigate in an index.
Classes related to a table and table meta data.
-
Uses of VirtualTable in org.h2.index
Constructors in org.h2.index with parameters of type VirtualTableModifierConstructorDescriptionprotectedVirtualTableIndex(VirtualTable table, String name, IndexColumn[] columns) -
Uses of VirtualTable in org.h2.table
Subclasses of VirtualTable in org.h2.tableModifier and TypeClassDescriptionclassA data change delta table.classThe DUAL table for selects without a FROM clause.classA table backed by a system or user-defined function that returns a result set.classThe table SYSTEM_RANGE is a virtual table that generates incrementing numbers with a given start end point.classA table for table value constructor.classA base class for virtual tables that construct all their content at once.