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 classDataChangeDeltaTableA data change delta table.classDualTableThe DUAL table for selects without a FROM clause.classFunctionTableA table backed by a system or user-defined function that returns a result set.classRangeTableThe table SYSTEM_RANGE is a virtual table that generates incrementing numbers with a given start end point.classTableValueConstructorTableA table for table value constructor.classVirtualConstructedTableA base class for virtual tables that construct all their content at once.
-