Package | Description |
---|---|
org.h2.command |
This package contains the parser and the base classes for prepared SQL statements.
|
org.h2.command.ddl |
Contains DDL (data definition language) and related SQL statements.
|
org.h2.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
org.h2.constraint |
Database constraints such as check constraints, unique constraints, and referential constraints.
|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
org.h2.result |
Implementation of row and internal result sets.
|
org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
org.h2.table |
Classes related to a table and table meta data.
|
Class and Description |
---|
ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
Class and Description |
---|
ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
Class and Description |
---|
LocalResult
A local result set contains all row data of a result set.
|
ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
ResultTarget
A object where rows are written to.
|
SortOrder
A sort order represents an ORDER BY clause in a query.
|
Class and Description |
---|
Row
Represents a row in a table.
|
Class and Description |
---|
ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
Row
Represents a row in a table.
|
SearchRow
The interface for rows stored in a table, and for partial rows stored in the
index.
|
Class and Description |
---|
ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
Row
Represents a row in a table.
|
SearchRow
The interface for rows stored in a table, and for partial rows stored in the
index.
|
Class and Description |
---|
LocalResult
A local result set contains all row data of a result set.
|
ResultExternal
This interface is used to extend the LocalResult class, if data does not fit
in memory.
|
ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
ResultTarget
A object where rows are written to.
|
Row
Represents a row in a table.
|
SearchRow
The interface for rows stored in a table, and for partial rows stored in the
index.
|
SortOrder
A sort order represents an ORDER BY clause in a query.
|
Class and Description |
---|
Row
Represents a row in a table.
|
Class and Description |
---|
Row
Represents a row in a table.
|
Class and Description |
---|
LocalResult
A local result set contains all row data of a result set.
|
ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
Row
Represents a row in a table.
|
RowList
A list of rows.
|
SearchRow
The interface for rows stored in a table, and for partial rows stored in the
index.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.