|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionPoolUtil.DBContext | |
|---|---|
| com.bristle.javalib.sql | |
| com.bristle.javalib.sql.oracle | |
| Uses of ConnectionPoolUtil.DBContext in com.bristle.javalib.sql |
|---|
| Methods in com.bristle.javalib.sql that return ConnectionPoolUtil.DBContext | |
|---|---|
static ConnectionPoolUtil.DBContext |
ConnectionPoolUtil.getResultSet(Connection conn,
String strSQL,
int intType,
int intConcurrency,
Logger logger,
int intLogLevelOfOperation,
ConnectionPool pool,
ConnectionPool.DBConfig dbconfig)
Connect to the database and get the data as a ResultSet with the specified type and concurrency. |
ConnectionPoolUtil.DBContext |
ConnectionPoolUtil.getResultSet(String strSQL)
Connect to the database and get the data using the default values for Connection, result set type, result set concurrency, Logger, ConnectionPool, and DBConfig. |
| Methods in com.bristle.javalib.sql with parameters of type ConnectionPoolUtil.DBContext | |
|---|---|
void |
ConnectionPoolUtil.cleanupDBContext(ConnectionPoolUtil.DBContext dbContext)
Cleanup the database objects, leaving the database connection open, and returning it to the connection pool, if any, using the default values for Logger and ConnectionPool. |
void |
ConnectionPoolUtil.cleanupDBContext(ConnectionPoolUtil.DBContext dbContext,
boolean blnClose,
boolean blnDoneWithConnection)
Cleanup the database objects, optionally closing the database connection, using the default values for Logger and ConnectionPool. |
static void |
ConnectionPoolUtil.cleanupDBContext(ConnectionPoolUtil.DBContext dbContext,
boolean blnClose,
boolean blnDoneWithConnection,
Logger logger,
int intLogLevelOfOperation,
ConnectionPool pool)
Cleanup the database objects, optionally closing the database connection. |
static void |
ConnectionPoolUtil.cleanupDBContext(ConnectionPoolUtil.DBContext dbContext,
Logger logger,
int intLogLevelOfOperation,
ConnectionPool pool)
Cleanup the database objects, leaving the database connection open, and returning it to the connection pool, if any. |
| Uses of ConnectionPoolUtil.DBContext in com.bristle.javalib.sql.oracle |
|---|
| Methods in com.bristle.javalib.sql.oracle that return ConnectionPoolUtil.DBContext | |
|---|---|
static ConnectionPoolUtil.DBContext |
OracleConnectionPoolUtil.getResultSetFromOracleFunction(Connection conn,
String strCall,
Logger logger,
int intLogLevelOfOperation,
ConnectionPool pool,
ConnectionPool.DBConfig dbconfig)
Connect to the database and get the data as a readonly forward-only ResultSet by calling an Oracle stored function that returns a ResultSet. |
ConnectionPoolUtil.DBContext |
OracleConnectionPoolUtil.getResultSetFromOracleFunction(String strCall)
Connect to the database and get the data as a readonly forward-only ResultSet by calling an Oracle stored function that returns a ResultSet, using the default values for Connection, Logger, ConnectionPool, and DBConfig. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||