|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2) E12826-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UniversalPooledConnection | |
|---|---|
| oracle.ucp | Includes both required and optional callback interfaces that are used to implement connection pool features. |
| Uses of UniversalPooledConnection in oracle.ucp |
|---|
| Methods in oracle.ucp that return UniversalPooledConnection | |
|---|---|
UniversalPooledConnection |
UniversalConnectionPool.borrowConnection(ConnectionRetrievalInfo connectionRetrievalInfo)Gets a connection from the connection pool. |
UniversalPooledConnection |
ConnectionFactoryAdapter.createPooledConnection(java.lang.Object connection, ConnectionRetrievalInfo connectionRequestInfo)Creates a UniversalPooledConnection object. |
| Methods in oracle.ucp with parameters of type UniversalPooledConnection | |
|---|---|
void |
UniversalConnectionPool.closeConnection(UniversalPooledConnection pooledConnection)Closes the pooled connection. |
void |
UniversalConnectionPool.returnConnection(UniversalPooledConnection pooledConnection)Returns a connection back into the connection pool. |
|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2) E12826-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||