| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConnectionInfo |
ConnectionInfo.clone() |
| 限定符和类型 | 方法和说明 |
|---|---|
Session |
Engine.createSession(ConnectionInfo ci)
Open a database connection with the given connection information.
|
void |
Session.setConnectionInfo(ConnectionInfo ci) |
| 构造器和说明 |
|---|
Database(ConnectionInfo ci,
String cipher) |
SessionRemote(ConnectionInfo ci) |
| 构造器和说明 |
|---|
JdbcConnection(ConnectionInfo ci,
boolean useBaseDir)
INTERNAL
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
DatabaseInfo.registerMBean(ConnectionInfo connectionInfo,
Database database)
Registers an MBean for the database.
|
Copyright © 2017. All rights reserved.