Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.table |
Classes related to a table and table meta data.
|
Modifier and Type | Method and Description |
---|---|
TableLinkConnection |
Database.getLinkConnection(String driver,
String url,
String user,
String password)
Open a new connection or get an existing connection to another database.
|
Modifier and Type | Method and Description |
---|---|
static TableLinkConnection |
TableLinkConnection.open(HashMap<TableLinkConnection,TableLinkConnection> map,
String driver,
String url,
String user,
String password,
boolean shareLinkedConnections)
Open a new connection.
|
Modifier and Type | Method and Description |
---|---|
static TableLinkConnection |
TableLinkConnection.open(HashMap<TableLinkConnection,TableLinkConnection> map,
String driver,
String url,
String user,
String password,
boolean shareLinkedConnections)
Open a new connection.
|
static TableLinkConnection |
TableLinkConnection.open(HashMap<TableLinkConnection,TableLinkConnection> map,
String driver,
String url,
String user,
String password,
boolean shareLinkedConnections)
Open a new connection.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.