| Package | Description |
|---|---|
| org.h2.engine | |
| org.h2.jdbc | |
| org.h2.jmx |
| Modifier and Type | Method and Description |
|---|---|
Session |
Engine.createSession(ConnectionInfo ci)
Open a database connection with the given connection information.
|
void |
Session.setConnectionInfo(ConnectionInfo ci) |
| Constructor and Description |
|---|
Database(ConnectionInfo ci,
String cipher) |
SessionRemote(ConnectionInfo ci) |
| Constructor and Description |
|---|
JdbcConnection(ConnectionInfo ci,
boolean useBaseDir)
INTERNAL
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DatabaseInfo.registerMBean(ConnectionInfo connectionInfo,
Database database)
Registers an MBean for the database.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.