|
|||||||||
| Home >> All >> org >> jdbf >> engine >> sql >> [ connection overview ] | PREV NEXT | ||||||||
A
- addConnection(String, ConnectionSource) - Method in class org.jdbf.engine.sql.connection.ConnectionManager
- Add a new ConnectionSource.
C
- ConnectionManager - class org.jdbf.engine.sql.connection.ConnectionManager.
- This class provides a repository for database connections.
- ConnectionManager() - Constructor for class org.jdbf.engine.sql.connection.ConnectionManager
- ConnectionSource - class org.jdbf.engine.sql.connection.ConnectionSource.
- This class provides an object Connection.i ConnecitonSource contains the state of connection also.When a connection has is got by ConnectionManager, it is marked as in use and it is locked until releaseConnection method is invoked.
- ConnectionSource() - Constructor for class org.jdbf.engine.sql.connection.ConnectionSource
- Creates an empty object
- ConnectionSource(Connection, String) - Constructor for class org.jdbf.engine.sql.connection.ConnectionSource
- Creates a ConnectionSource object.
- closeAllConnections() - Method in class org.jdbf.engine.sql.connection.ConnectionManager
- Close all the connection
- closeConnection(String) - Method in class org.jdbf.engine.sql.connection.ConnectionManager
- Close the connection specified in name
- closeConnection() - Method in class org.jdbf.engine.sql.connection.ConnectionSource
- Close the connection
- connection - Variable in class org.jdbf.engine.sql.connection.ConnectionSource
- Connection object
- conns - Variable in class org.jdbf.engine.sql.connection.ConnectionManager
- A list of the availabe connections.
- createConnection(List) - Method in class org.jdbf.engine.sql.connection.ConnectionManager
- Returns a connection for the database.
D
- destroy() - Method in class org.jdbf.engine.sql.connection.ConnectionManager
- Destroy object
F
- finalize() - Method in class org.jdbf.engine.sql.connection.ConnectionManager
- Finalize object
G
- getConnection(String) - Method in class org.jdbf.engine.sql.connection.ConnectionManager
- Returns the connection specified in nameConn
- getConnection() - Method in class org.jdbf.engine.sql.connection.ConnectionSource
- Returns the Connection object.
- getConnectionSource(String) - Method in class org.jdbf.engine.sql.connection.ConnectionManager
- Return the ConnectionSource object specified in nameConn
- getVendor() - Method in class org.jdbf.engine.sql.connection.ConnectionSource
- Return name of database vendor
I
- isUsed - Variable in class org.jdbf.engine.sql.connection.ConnectionSource
- flag that indicates if connection is in use
- isUsed() - Method in class org.jdbf.engine.sql.connection.ConnectionSource
- Return the state of ConnectionSource
O
- org.jdbf.engine.sql.connection - package org.jdbf.engine.sql.connection
R
- releaseConnection(String) - Method in class org.jdbf.engine.sql.connection.ConnectionManager
- Release connection specified in conn
- releaseConnection() - Method in class org.jdbf.engine.sql.connection.ConnectionSource
- Release the connection.
S
- setConfiguration(Configuration) - Method in class org.jdbf.engine.sql.connection.ConnectionManager
- Loads and creates database configurations from maps.
- setConnection(Connection) - Method in class org.jdbf.engine.sql.connection.ConnectionSource
- Sets the Connection object
- setVendor(String) - Method in class org.jdbf.engine.sql.connection.ConnectionSource
- Set the name of database vendor
V
- vendor - Variable in class org.jdbf.engine.sql.connection.ConnectionSource
- Database's vendor
A C D F G I O R S V
|
|||||||||
| Home >> All >> org >> jdbf >> engine >> sql >> [ connection overview ] | PREV NEXT | ||||||||