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 PGDirectConnection
AbstractDataSource. createConnection(String username, String password)
Create a connectionPGDirectConnection
PGStatement. getConnection()
Methods in com.impossibl.postgres.jdbc with parameters of type PGDirectConnection Modifier and Type Method Description void
DirectQuery. dispose(PGDirectConnection connection)
void
PreparedQuery. dispose(PGDirectConnection connection)
void
Query. dispose(PGDirectConnection connection)
SQLWarning
DirectQuery. execute(PGDirectConnection connection)
SQLWarning
PreparedQuery. execute(PGDirectConnection connection)
SQLWarning
Query. execute(PGDirectConnection connection)
static Connection
APITracing. 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)
-