Package | Description |
---|---|
n4e.core.database |
Modifier and Type | Method and Description |
---|---|
DatabaseSystem |
DatabaseConnectionSet.getDatabaseSystem()
get field: the current object of the database system.
|
DatabaseSystem |
DatabaseConnection.getDatabaseSystem()
get field: the own database system object of the class.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseConnection.setDatabaseSystem(DatabaseSystem input)
set field: the own database system object of the class.
|
Constructor and Description |
---|
DatabaseConnectionSet(DatabaseSystem databaseSystem,
boolean debug)
The constructor
DatabaseConnectionSet creates a new instance(object) of the class. |