Uses of Class
com.impossibl.postgres.jdbc.PGPooledConnectionDelegator
-
Packages that use PGPooledConnectionDelegator Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.jdbc.xa -
-
Uses of PGPooledConnectionDelegator in com.impossibl.postgres.jdbc
Methods in com.impossibl.postgres.jdbc that return PGPooledConnectionDelegator Modifier and Type Method Description protected PGPooledConnectionDelegatorPGPooledConnection. getConnectionHandle()Gets a handle for a client to use.Constructors in com.impossibl.postgres.jdbc with parameters of type PGPooledConnectionDelegator Constructor Description PGCallableStatementDelegator(PGPooledConnectionDelegator owner, CallableStatement delegator)ConstructorPGPreparedStatementDelegator(PGPooledConnectionDelegator owner, PreparedStatement delegator)ConstructorPGStatementDelegator(PGPooledConnectionDelegator owner, Statement delegator)Constructor -
Uses of PGPooledConnectionDelegator in com.impossibl.postgres.jdbc.xa
Subclasses of PGPooledConnectionDelegator in com.impossibl.postgres.jdbc.xa Modifier and Type Class Description classPGXAConnectionDelegatorConnection handle for PGXAConnection
-