| Package | Description |
|---|---|
| com.impossibl.postgres.jdbc | |
| com.impossibl.postgres.jdbc.xa |
| Modifier and Type | Method and Description |
|---|---|
protected PGPooledConnectionDelegator |
PGPooledConnection.getConnectionHandle()
Gets a handle for a client to use.
|
| Constructor and Description |
|---|
PGCallableStatementDelegator(PGPooledConnectionDelegator owner,
CallableStatement delegator)
Constructor
|
PGPreparedStatementDelegator(PGPooledConnectionDelegator owner,
PreparedStatement delegator)
Constructor
|
PGStatementDelegator(PGPooledConnectionDelegator owner,
Statement delegator)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
PGXAConnectionDelegator
Connection handle for PGXAConnection
|