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.jmx |
Implementation of the Java Management Extension (JMX) features.
|
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 © 2016 JBoss by Red Hat. All Rights Reserved.