| Package | Description |
|---|---|
| org.h2.engine | |
| org.h2.jdbc | |
| org.h2.result | |
| org.h2.value |
| Modifier and Type | Method and Description |
|---|---|
JdbcConnection |
Session.createConnection(boolean columnList)
Create an internal connection.
|
| Modifier and Type | Field and Description |
|---|---|
protected JdbcConnection |
JdbcStatement.conn |
| Constructor and Description |
|---|
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(SessionInterface session,
JdbcConnection conn,
Value v,
Class<?> paramClass)
Convert a value to the specified class.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.