Package | Description |
---|---|
org.h2.api | |
org.h2.command.ddl | |
org.h2.command.dml | |
org.h2.constraint | |
org.h2.engine | |
org.h2.expression | |
org.h2.index | |
org.h2.schema | |
org.h2.table |
Class and Description |
---|
TableBase
The base class of a regular table, or a user defined table.
|
Class and Description |
---|
Column
This class represents a column in a table.
|
IndexColumn
This represents a column item of an index.
|
Table
This is the base class for most tables.
|
TableView
A view is a virtual table that is defined by a query.
|
Class and Description |
---|
Column
This class represents a column in a table.
|
ColumnResolver
A column resolver is list of column (for example, a table) that can map a
column name to an actual column.
|
Table
This is the base class for most tables.
|
TableFilter
A table filter represents a table that is used in a query.
|
Class and Description |
---|
Column
This class represents a column in a table.
|
IndexColumn
This represents a column item of an index.
|
Table
This is the base class for most tables.
|
TableFilter
A table filter represents a table that is used in a query.
|
Class and Description |
---|
Column
This class represents a column in a table.
|
Table
This is the base class for most tables.
|
TableLinkConnection
A connection for a linked table.
|
Class and Description |
---|
Column
This class represents a column in a table.
|
ColumnResolver
A column resolver is list of column (for example, a table) that can map a
column name to an actual column.
|
Table
This is the base class for most tables.
|
TableFilter
A table filter represents a table that is used in a query.
|
Class and Description |
---|
Column
This class represents a column in a table.
|
FunctionTable
A table backed by a system or user-defined function that returns a result set.
|
IndexColumn
This represents a column item of an index.
|
MetaTable
This class is responsible to build the database meta data pseudo tables.
|
RangeTable
The table SYSTEM_RANGE is a virtual table that generates incrementing numbers
with a given start end end point.
|
RegularTable
Most tables are an instance of this class.
|
Table
This is the base class for most tables.
|
TableFilter
A table filter represents a table that is used in a query.
|
TableLink
A linked table contains connection information for a table accessible by JDBC.
|
TableView
A view is a virtual table that is defined by a query.
|
Class and Description |
---|
Table
This is the base class for most tables.
|
TableLink
A linked table contains connection information for a table accessible by JDBC.
|
Class and Description |
---|
Column
This class represents a column in a table.
|
ColumnResolver
A column resolver is list of column (for example, a table) that can map a
column name to an actual column.
|
IndexColumn
This represents a column item of an index.
|
PlanItem
The plan item describes the index to be used, and the estimated cost when
using it.
|
Table
This is the base class for most tables.
|
TableBase
The base class of a regular table, or a user defined table.
|
TableFilter
A table filter represents a table that is used in a query.
|
TableFilter.TableFilterVisitor
A visitor for table filters.
|
TableLinkConnection
A connection for a linked table.
|
TableView
A view is a virtual table that is defined by a query.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.