Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
Modifier and Type | Method and Description |
---|---|
DBPoolConnection |
DBConnectionMap.fetchAndCount() |
DBPoolConnection |
DBConnectionMap.get() |
DBPoolConnection |
DBConnectionPool.getConnection()
Returns the next available connection.
|
DBPoolConnection |
DBConnectionPool.getConnection(int timeout)
This method returns the next available connection.
|
DBPoolConnection |
DBConnectionPool.getConnectionNoWait()
Immediately returns the next available connection.
|
DBPoolConnection[] |
DBConnectionMap.getCurrentConnections() |
protected DBPoolConnection |
DBConnectionPool.initConnection(DBPoolConnection newConn)
Is called for each connection that has been newly created.
|
DBPoolConnection |
DBConnectionMap.remove() |
Modifier and Type | Method and Description |
---|---|
protected DBPoolConnection |
DBConnectionPool.initConnection(DBPoolConnection newConn)
Is called for each connection that has been newly created.
|
void |
DBConnectionMap.put(DBPoolConnection dbConn) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.