Package | Description |
---|---|
com.impossibl.postgres.jdbc | |
com.impossibl.postgres.jdbc.xa |
Modifier and Type | Method and Description |
---|---|
protected PGDirectConnection |
AbstractDataSource.createConnection(String username,
String password)
Create a connection
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedQuery.dispose(PGDirectConnection connection) |
void |
Query.dispose(PGDirectConnection connection) |
void |
DirectQuery.dispose(PGDirectConnection connection) |
SQLWarning |
PreparedQuery.execute(PGDirectConnection connection) |
SQLWarning |
Query.execute(PGDirectConnection connection) |
SQLWarning |
DirectQuery.execute(PGDirectConnection connection) |
static Connection |
APITracing.setupIfEnabled(PGDirectConnection connection) |
Constructor and 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) |
Constructor and Description |
---|
PGXAConnection(PGDirectConnection conn) |