Uses of Interface
oracle.ucp.UniversalPooledConnection
-
Packages that use UniversalPooledConnection Package Description oracle.ucp -
-
Uses of UniversalPooledConnection in oracle.ucp
Methods in oracle.ucp that return UniversalPooledConnection 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.Methods in oracle.ucp with parameters of type UniversalPooledConnection 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.
-