Uses of Interface
com.impossibl.postgres.api.jdbc.PGConnection
-
Packages that use PGConnection Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.jdbc.xa -
-
Uses of PGConnection in com.impossibl.postgres.jdbc
Classes in com.impossibl.postgres.jdbc that implement PGConnection Modifier and Type Class Description class
PGDirectConnection
Direct connection implementationclass
PGPooledConnectionDelegator
Connection handle for PGPooledConnectionMethods in com.impossibl.postgres.jdbc that return PGConnection Modifier and Type Method Description PGConnection
PGSQLOutput. getConnection()
Constructors in com.impossibl.postgres.jdbc with parameters of type PGConnection Constructor Description PGPooledConnectionDelegator(PGPooledConnection owner, PGConnection delegator)
Constructor -
Uses of PGConnection in com.impossibl.postgres.jdbc.xa
Classes in com.impossibl.postgres.jdbc.xa that implement PGConnection Modifier and Type Class Description class
PGXAConnectionDelegator
Connection handle for PGXAConnectionConstructors in com.impossibl.postgres.jdbc.xa with parameters of type PGConnection Constructor Description PGXAConnectionDelegator(PGXAConnection owner, PGConnection delegator)
Constructor
-