Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.database.dbase.clp |
Contains database relevant command line options
|
de.esprit.netsuite.server.db |
Contains classes for server side database configuration.
|
Modifier and Type | Method and Description |
---|---|
static DBConnectionPool |
DBObject.connect(Credential cred)
Tries to create the database connection with the given credential information.
|
DBConnectionPool |
DBPoolConnection.getConnectionPool() |
Constructor and Description |
---|
DBPoolConnection(DBConnectionPool cp,
java.sql.Connection dbConn) |
PrimaryKeyFactory(DBConnectionPool connPool)
Constructs an empty PrimaryKeyFactory.
|
Modifier and Type | Method and Description |
---|---|
DBConnectionPool |
DatabaseCommandLineParser.getConnectionPool()
Returns a ConnectionPool which is initialized according to the Credential
information found in the command line.
|
Modifier and Type | Method and Description |
---|---|
DBConnectionPool |
DatabaseConnection.getDataSource() |
DBConnectionPool |
DatabaseManager.getDataSource(java.lang.String dataSourceName)
Returns the corresponding DBConnectionPool or null if not found
|
DBConnectionPool[] |
DatabaseManager.getDataSources() |
Constructor and Description |
---|
DatabaseConnection(java.lang.String dsName,
DBConnectionPool cp) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.