| 程序包 | 说明 |
|---|---|
| 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.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
JdbcConnection |
Session.createConnection(boolean columnList)
Create an internal connection.
|
JdbcConnection |
Database.getLobConnectionForInit() |
JdbcConnection |
Database.getLobConnectionForRegularUse() |
| 限定符和类型 | 字段和说明 |
|---|---|
protected JdbcConnection |
JdbcStatement.conn |
| 构造器和说明 |
|---|
JdbcBlob(JdbcConnection conn,
Value value,
int id)
INTERNAL
|
JdbcClob(JdbcConnection conn,
Value value,
int id)
INTERNAL
|
JdbcConnection(JdbcConnection clone)
INTERNAL
|
| 构造器和说明 |
|---|
UpdatableRow(JdbcConnection conn,
ResultInterface result)
Construct a new object that is linked to the result set.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
DataType.convertTo(JdbcConnection conn,
Value v,
Class<?> paramClass)
Convert a value to the specified class.
|
Copyright © 2017. All rights reserved.