Uses of Class
com.impossibl.postgres.jdbc.PGDirectConnection
-
Packages that use PGDirectConnection Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.jdbc.xa -
-
Uses of PGDirectConnection in com.impossibl.postgres.jdbc
Methods in com.impossibl.postgres.jdbc that return PGDirectConnection Modifier and Type Method Description protected PGDirectConnectionAbstractDataSource. createConnection(String username, String password)Create a connectionPGDirectConnectionPGStatement. getConnection()Methods in com.impossibl.postgres.jdbc with parameters of type PGDirectConnection Modifier and Type Method Description voidDirectQuery. dispose(PGDirectConnection connection)voidPreparedQuery. dispose(PGDirectConnection connection)voidQuery. dispose(PGDirectConnection connection)SQLWarningDirectQuery. execute(PGDirectConnection connection)SQLWarningPreparedQuery. execute(PGDirectConnection connection)SQLWarningQuery. execute(PGDirectConnection connection)static ConnectionAPITracing. setupIfEnabled(PGDirectConnection connection)Constructors in com.impossibl.postgres.jdbc with parameters of type PGDirectConnection Constructor Description PGBlob(PGDirectConnection connection, int oid)PGClob(PGDirectConnection connection, int oid)PGPooledConnection(PGDirectConnection con, boolean autoCommit, boolean isXA)Creates a new PooledConnection representing the specified physical connection.PGSQLXML(PGDirectConnection conn)PGSQLXML(PGDirectConnection conn, byte[] data) -
Uses of PGDirectConnection in com.impossibl.postgres.jdbc.xa
Constructors in com.impossibl.postgres.jdbc.xa with parameters of type PGDirectConnection Constructor Description PGXAConnection(PGDirectConnection conn)
-