Uses of Class
org.h2.table.VirtualConstructedTable
-
Packages that use VirtualConstructedTable 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 VirtualConstructedTable in org.h2.index
Fields in org.h2.index declared as VirtualConstructedTable Modifier and Type Field Description private VirtualConstructedTable
VirtualConstructedTableIndex. table
Constructors in org.h2.index with parameters of type VirtualConstructedTable Constructor Description VirtualConstructedTableIndex(VirtualConstructedTable table, IndexColumn[] columns)
-
Uses of VirtualConstructedTable in org.h2.table
Subclasses of VirtualConstructedTable in org.h2.table Modifier and Type Class Description class
DataChangeDeltaTable
A data change delta table.class
FunctionTable
A table backed by a system or user-defined function that returns a result set.class
TableValueConstructorTable
A table for table value constructor.
-