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 VirtualTableModifierConstructorDescriptionprotected
VirtualTableIndex
(VirtualTable table, String name, IndexColumn[] columns) -
Uses of VirtualTable in org.h2.table
Subclasses of VirtualTable in org.h2.tableModifier and TypeClassDescriptionclass
A data change delta table.class
The DUAL table for selects without a FROM clause.class
A table backed by a system or user-defined function that returns a result set.class
The table SYSTEM_RANGE is a virtual table that generates incrementing numbers with a given start end point.class
A table for table value constructor.class
A base class for virtual tables that construct all their content at once.