Uses of Class
org.h2.table.VirtualTable
-
Packages that use VirtualTable Package Description org.h2.index Various table index implementations, as well as cursors to navigate in an index.org.h2.table 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 VirtualTable Constructor Description VirtualTableIndex(VirtualTable table, java.lang.String name, IndexColumn[] columns)
-
Uses of VirtualTable in org.h2.table
Subclasses of VirtualTable in org.h2.table Modifier and Type Class Description class
DataChangeDeltaTable
A data change delta table.class
DualTable
The DUAL table for selects without a FROM clause.class
FunctionTable
A table backed by a system or user-defined function that returns a result set.class
RangeTable
The table SYSTEM_RANGE is a virtual table that generates incrementing numbers with a given start end point.class
TableValueConstructorTable
A table for table value constructor.class
VirtualConstructedTable
A base class for virtual tables that construct all their content at once.
-