| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| org.h2.jdbc |
Implementation of the JDBC API (package java.sql).
|
| org.h2.result |
Implementation of row and internal result sets.
|
| org.h2.util |
Internal utility classes.
|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
JdbcConnection |
SessionLocal.createConnection(boolean columnList)
Create an internal connection.
|
JdbcConnection |
SessionLocal.createConnection(boolean columnList)
Create an internal connection.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected JdbcConnection |
JdbcStatement.conn |
protected JdbcConnection |
JdbcStatement.conn |
| 构造器和说明 |
|---|
JdbcArray(JdbcConnection conn,
Value value,
int id)
INTERNAL
|
JdbcArray(JdbcConnection conn,
Value value,
int id)
INTERNAL
|
JdbcBlob(JdbcConnection conn,
Value value,
JdbcLob.State state,
int id)
INTERNAL
|
JdbcBlob(JdbcConnection conn,
Value value,
JdbcLob.State state,
int id)
INTERNAL
|
JdbcClob(JdbcConnection conn,
Value value,
JdbcLob.State state,
int id)
INTERNAL
|
JdbcClob(JdbcConnection conn,
Value value,
JdbcLob.State state,
int id)
INTERNAL
|
JdbcConnection(JdbcConnection clone)
INTERNAL
|
JdbcConnection(JdbcConnection clone)
INTERNAL
|
JdbcResultSet(JdbcConnection conn,
JdbcStatement stat,
CommandInterface command,
ResultInterface result,
int id,
boolean scrollable,
boolean updatable,
boolean triggerUpdatable) |
JdbcResultSet(JdbcConnection conn,
JdbcStatement stat,
CommandInterface command,
ResultInterface result,
int id,
boolean scrollable,
boolean updatable,
boolean triggerUpdatable) |
JdbcSQLXML(JdbcConnection conn,
Value value,
JdbcLob.State state,
int id)
INTERNAL
|
JdbcSQLXML(JdbcConnection conn,
Value value,
JdbcLob.State state,
int id)
INTERNAL
|
| 构造器和说明 |
|---|
UpdatableRow(JdbcConnection conn,
ResultInterface result)
Construct a new object that is linked to the result set.
|
UpdatableRow(JdbcConnection conn,
ResultInterface result)
Construct a new object that is linked to the result set.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
JdbcUtils.set(PreparedStatement prep,
int parameterIndex,
Value value,
JdbcConnection conn)
Set a value as a parameter in a prepared statement.
|
static void |
JdbcUtils.set(PreparedStatement prep,
int parameterIndex,
Value value,
JdbcConnection conn)
Set a value as a parameter in a prepared statement.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
ValueToObjectConverter.valueToDefaultArray(Value value,
JdbcConnection conn,
boolean forJdbc)
Converts the specified array value to array of default Java objects for
its type.
|
static Object |
ValueToObjectConverter.valueToDefaultArray(Value value,
JdbcConnection conn,
boolean forJdbc)
Converts the specified array value to array of default Java objects for
its type.
|
static Object |
ValueToObjectConverter.valueToDefaultObject(Value value,
JdbcConnection conn,
boolean forJdbc)
Converts the specified value to the default Java object for its type.
|
static Object |
ValueToObjectConverter.valueToDefaultObject(Value value,
JdbcConnection conn,
boolean forJdbc)
Converts the specified value to the default Java object for its type.
|
static <T> T |
ValueToObjectConverter.valueToObject(Class<T> type,
Value value,
JdbcConnection conn)
Converts the specified value to an object of the specified type.
|
static <T> T |
ValueToObjectConverter.valueToObject(Class<T> type,
Value value,
JdbcConnection conn)
Converts the specified value to an object of the specified type.
|
Copyright © 2022. All rights reserved.