Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JdbcConnection |
Session.createConnection(boolean columnList)
Create an internal connection.
|
JdbcConnection |
Database.getLobConnectionForInit() |
JdbcConnection |
Database.getLobConnectionForRegularUse() |
Modifier and Type | Field and Description |
---|---|
protected JdbcConnection |
JdbcStatement.conn |
Constructor and Description |
---|
JdbcArray(JdbcConnection conn,
Value value,
int id)
INTERNAL
|
JdbcBlob(JdbcConnection conn,
Value value,
int id)
INTERNAL
|
JdbcClob(JdbcConnection conn,
Value value,
int id)
INTERNAL
|
JdbcConnection(JdbcConnection clone)
INTERNAL
|
Constructor and Description |
---|
UpdatableRow(JdbcConnection conn,
ResultInterface result)
Construct a new object that is linked to the result set.
|
Modifier and Type | Method and Description |
---|---|
static Object |
DataType.convertTo(JdbcConnection conn,
Value v,
Class<?> paramClass)
Convert a value to the specified class.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.