| 程序包 | 说明 |
|---|---|
| org.h2.command |
This package contains the parser and the base classes for
prepared SQL statements.
|
| org.h2.command.dml |
Contains DML (data manipulation language) and related SQL
statements.
|
| org.h2.engine |
Contains high level classes of the database and classes that
don't fit in another sub-package.
|
| org.h2.expression |
Expressions include mathematical operations, conditions, simple
values, and 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.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.server |
A small FTP server.
|
| 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.
|
| org.h2.tools |
Various tools.
|
| org.h2.util |
Internal utility classes.
|
| org.h2.value |
Data type and value implementations.
|
| 类和说明 |
|---|
| Transfer
The transfer class is used to send and receive Value objects.
|
| Value
This is the base class for all value classes.
|
| 类和说明 |
|---|
| Value
This is the base class for all value classes.
|
| 类和说明 |
|---|
| CompareMode
Instances of this class can compare strings.
|
| Transfer
The transfer class is used to send and receive Value objects.
|
| Value
This is the base class for all value classes.
|
| 类和说明 |
|---|
| CompareMode
Instances of this class can compare strings.
|
| Transfer
The transfer class is used to send and receive Value objects.
|
| Value
This is the base class for all value classes.
|
| ValueResultSet
Implementation of the RESULT_SET data type.
|
| 类和说明 |
|---|
| Value
This is the base class for all value classes.
|
| 类和说明 |
|---|
| Value
This is the base class for all value classes.
|
| 类和说明 |
|---|
| CompareMode
Instances of this class can compare strings.
|
| 类和说明 |
|---|
| Transfer
The transfer class is used to send and receive Value objects.
|
| Value
This is the base class for all value classes.
|
| 类和说明 |
|---|
| Value
This is the base class for all value classes.
|
| 类和说明 |
|---|
| Transfer
The transfer class is used to send and receive Value objects.
|
| 类和说明 |
|---|
| CompareMode
Instances of this class can compare strings.
|
| Value
This is the base class for all value classes.
|
| ValueLobDb
A implementation of the BLOB and CLOB data types.
|
| 类和说明 |
|---|
| CompareMode
Instances of this class can compare strings.
|
| Value
This is the base class for all value classes.
|
| 类和说明 |
|---|
| CompareMode
Instances of this class can compare strings.
|
| Value.ValueBlob
A "character large object".
|
| Value.ValueClob
A "binary large object".
|
| 类和说明 |
|---|
| Value
This is the base class for all value classes.
|
| ValueDate
Implementation of the DATE data type.
|
| ValueTime
Implementation of the TIME data type.
|
| ValueTimestamp
Implementation of the TIMESTAMP data type.
|
| ValueTimestampTimeZone
Implementation of the TIMESTAMP WITH TIMEZONE data type.
|
| 类和说明 |
|---|
| CompareMode
Instances of this class can compare strings.
|
| DataType
This class contains meta data information about data types,
and can convert between Java objects and Values.
|
| Transfer
The transfer class is used to send and receive Value objects.
|
| Value
This is the base class for all value classes.
|
| Value.ValueBlob
A "character large object".
|
| Value.ValueClob
A "binary large object".
|
| ValueArray
Implementation of the ARRAY data type.
|
| ValueBoolean
Implementation of the BOOLEAN data type.
|
| ValueByte
Implementation of the BYTE data type.
|
| ValueBytes
Implementation of the BINARY data type.
|
| ValueDate
Implementation of the DATE data type.
|
| ValueDecimal
Implementation of the DECIMAL data type.
|
| ValueDouble
Implementation of the DOUBLE data type.
|
| ValueFloat
Implementation of the REAL data type.
|
| ValueGeometry
Implementation of the GEOMETRY data type.
|
| ValueInt
Implementation of the INT data type.
|
| ValueJavaObject
Implementation of the OBJECT data type.
|
| ValueLob
Implementation of the BLOB and CLOB data types.
|
| ValueLobDb
A implementation of the BLOB and CLOB data types.
|
| ValueLong
Implementation of the BIGINT data type.
|
| ValueNull
Implementation of NULL.
|
| ValueResultSet
Implementation of the RESULT_SET data type.
|
| ValueShort
Implementation of the SMALLINT data type.
|
| ValueString
Implementation of the VARCHAR data type.
|
| ValueStringFixed
Implementation of the CHAR data type.
|
| ValueStringIgnoreCase
Implementation of the VARCHAR_IGNORECASE data type.
|
| ValueTime
Implementation of the TIME data type.
|
| ValueTimestamp
Implementation of the TIMESTAMP data type.
|
| ValueTimestampTimeZone
Implementation of the TIMESTAMP WITH TIMEZONE data type.
|
| ValueUuid
Implementation of the UUID data type.
|
Copyright © 2017. All rights reserved.