Package | Description |
---|---|
org.apache.manifoldcf.core.database | |
org.apache.manifoldcf.core.jdbcpool |
Modifier and Type | Field and Description |
---|---|
protected WrappedConnection |
Database.connection |
Modifier and Type | Method and Description |
---|---|
static WrappedConnection |
ConnectionFactory.getConnection(String jdbcUrl,
String jdbcDriver,
String database,
String userName,
String password,
int maxDBConnections,
boolean debug) |
protected static WrappedConnection |
ConnectionFactory.getConnectionWithRetries(ConnectionPool cp) |
Modifier and Type | Method and Description |
---|---|
static void |
ConnectionFactory.releaseConnection(WrappedConnection c) |
Modifier and Type | Field and Description |
---|---|
protected Set<WrappedConnection> |
ConnectionPool.outstandingConnections |
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
ConnectionPool.getConnection()
Obtain a connection from the pool.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPool.releaseConnection(WrappedConnection connection) |