| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| org.h2.util |
Internal utility classes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
NetworkConnectionInfo |
ConnectionInfo.getNetworkConnectionInfo()
Returns the network connection information, or
null. |
NetworkConnectionInfo |
SessionLocal.getNetworkConnectionInfo()
Returns the network connection information, or
null. |
NetworkConnectionInfo |
SessionLocal.getNetworkConnectionInfo()
Returns the network connection information, or
null. |
NetworkConnectionInfo |
ConnectionInfo.getNetworkConnectionInfo()
Returns the network connection information, or
null. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConnectionInfo.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo)
Sets the network connection information.
|
abstract void |
Session.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo)
Sets the network connection information if possible.
|
void |
SessionLocal.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo) |
void |
SessionRemote.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo) |
void |
SessionRemote.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo) |
void |
SessionLocal.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo) |
abstract void |
Session.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo)
Sets the network connection information if possible.
|
void |
ConnectionInfo.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo)
Sets the network connection information.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Connection |
JdbcUtils.getConnection(String driver,
String url,
String user,
String password,
NetworkConnectionInfo networkConnectionInfo,
boolean forbidCreation)
Open a new database connection with the given settings.
|
static Connection |
JdbcUtils.getConnection(String driver,
String url,
String user,
String password,
NetworkConnectionInfo networkConnectionInfo,
boolean forbidCreation)
Open a new database connection with the given settings.
|
Copyright © 2022. All rights reserved.