Package | Description |
---|---|
n4e.core.database |
Modifier and Type | Field and Description |
---|---|
DatabaseConnectionSet |
DbAccessRead.myDatabaseConnectionSet
the own connection.
|
Modifier and Type | Method and Description |
---|---|
DatabaseConnectionSet |
DatabaseSystem.getDatabaseConnectionSet()
get field: the current database connection set.
|
static DatabaseConnectionSet |
DatabaseManager.getDatabaseConnectionSet(java.lang.String databaseSystem)
The method
getDatabaseConnectionSet returns the database connection set of the given database. |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseSystem.setDatabaseConnectionSet(DatabaseConnectionSet input)
set field: the current database connection set.
|