| 程序包 | 说明 |
|---|---|
| org.h2.jdbc |
Implementation of the JDBC API (package java.sql).
|
| org.h2.jdbcx |
Implementation of the extended JDBC API (package javax.sql).
|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JdbcArray
Represents an ARRAY value.
|
class |
JdbcBlob
Represents a BLOB value.
|
class |
JdbcCallableStatement
Represents a callable statement.
|
class |
JdbcClob
Represents a CLOB value.
|
class |
JdbcConnection
Represents a connection (session) to a database.
|
class |
JdbcDatabaseMetaData
Represents the meta data for a database.
|
class |
JdbcLob
Represents a large object value.
|
class |
JdbcParameterMetaData
Information about the parameters of a prepared statement.
|
class |
JdbcPreparedStatement
Represents a prepared statement.
|
class |
JdbcResultSet
Represents a result set.
|
class |
JdbcResultSetMetaData
Represents the meta data for a ResultSet.
|
class |
JdbcSavepoint
A savepoint is a point inside a transaction to where a transaction can be
rolled back.
|
class |
JdbcSQLXML
Represents a SQLXML value.
|
class |
JdbcStatement
Represents a statement.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JdbcDataSource
A data source for H2 database connections.
|
class |
JdbcXAConnection
This class provides support for distributed transactions.
|
class |
JdbcXid
An object of this class represents a transaction id.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ValueToObjectConverter
Data type conversion methods between values and Java objects.
|
class |
ValueToObjectConverter2
Data type conversion methods between values and Java objects to use on the
server side on H2 only.
|
Copyright © 2022. All rights reserved.