Uses of Class
com.impossibl.postgres.jdbc.PGPooledConnection
-
Packages that use PGPooledConnection Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.jdbc.xa -
-
Uses of PGPooledConnection in com.impossibl.postgres.jdbc
Constructors in com.impossibl.postgres.jdbc with parameters of type PGPooledConnection Constructor Description PGPooledConnectionDelegator(PGPooledConnection owner, PGConnection delegator)
Constructor -
Uses of PGPooledConnection in com.impossibl.postgres.jdbc.xa
Subclasses of PGPooledConnection in com.impossibl.postgres.jdbc.xa Modifier and Type Class Description class
PGXAConnection
The PostgreSQL implementation ofXAConnection
andXAResource
.
-