| 程序包 | 说明 |
|---|---|
| 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.command.query |
Contains queries.
|
| 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.expression.analysis |
Base classes for data analysis operations and implementations of window functions.
|
| org.h2.expression.function.table |
Table value functions.
|
| org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
| org.h2.jdbc |
Implementation of the JDBC API (package java.sql).
|
| org.h2.jdbc.meta |
Implementation of the JDBC database metadata API (package java.sql).
|
| org.h2.mode |
Utility classes for compatibility with other database, for example MySQL.
|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| 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.table |
Classes related to a table and table meta data.
|
| org.h2.value |
Data type and value implementations.
|
| 类和说明 |
|---|
| ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
| ResultWithGeneratedKeys
Result of update command with optional generated keys.
|
| 类和说明 |
|---|
| ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
| 类和说明 |
|---|
| ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
| ResultTarget
A object where rows are written to.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| Row
Represents a row in a table.
|
| 类和说明 |
|---|
| RowFactory
Creates rows.
|
| SearchRow
The base class 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.
|
| 类和说明 |
|---|
| ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
| 类和说明 |
|---|
| ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
| Row
Represents a row in a table.
|
| RowFactory
Creates rows.
|
| SearchRow
The base class 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.
|
| 类和说明 |
|---|
| ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
| 类和说明 |
|---|
| ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
| 类和说明 |
|---|
| Row
Represents a row in a table.
|
| SearchRow
The base class for rows stored in a table, and for partial rows stored in the
index.
|
| 类和说明 |
|---|
| ResultExternal
This interface is used to extend the LocalResult class, if data does not fit
in memory.
|
| Row
Represents a row in a table.
|
| RowFactory
Creates rows.
|
| SearchRow
The base class 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.
|
| 类和说明 |
|---|
| DefaultRow
The default implementation of a row in a table.
|
| FetchedResult
Abstract fetched result.
|
| 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.
|
| ResultWithGeneratedKeys
Result of update command with optional generated keys.
|
| Row
Represents a row in a table.
|
| RowFactory
Creates rows.
|
| RowFactory.DefaultRowFactory
Default implementation of row factory.
|
| SearchRow
The base class for rows stored in a table, and for partial rows stored in the
index.
|
| SimpleResult
Simple in-memory result.
|
| SortOrder
A sort order represents an ORDER BY clause in a query.
|
| 类和说明 |
|---|
| ResultInterface
The result interface is used by the LocalResult and ResultRemote class.
|
| Row
Represents a row in a table.
|
| 类和说明 |
|---|
| 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.
|
| Row
Represents a row in a table.
|
| RowFactory
Creates rows.
|
| SearchRow
The base class 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.
|
| 类和说明 |
|---|
| SimpleResult
Simple in-memory result.
|
Copyright © 2022. All rights reserved.