| Package | Description |
|---|---|
| oracle.ucp |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
UniversalConnectionPool.closeConnection(UniversalPooledConnection pooledConnection) |
Closes the pooled connection.
|
void |
UniversalConnectionPool.returnConnection(UniversalPooledConnection pooledConnection) |
Returns a connection back into the connection pool.
|
Copyright © 2007, 2016, 2019, Oracle and/or its affiliates. All rights reserved.