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 UniversalPooledConnectionUniversalConnectionPool. borrowConnection(ConnectionRetrievalInfo connectionRetrievalInfo)Gets a connection from the connection pool.UniversalPooledConnectionConnectionFactoryAdapter. 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 voidUniversalConnectionPool. closeConnection(UniversalPooledConnection pooledConnection)Closes the pooled connection.voidUniversalConnectionPool. returnConnection(UniversalPooledConnection pooledConnection)Returns a connection back into the connection pool.
-