public class PGPooledConnection extends org.postgresql.ds.jdbc4.AbstractJdbc4PooledConnection implements PooledConnection
PGConnectionPoolDataSource| Constructor and Description |
|---|
PGPooledConnection(Connection con,
boolean autoCommit) |
PGPooledConnection(Connection con,
boolean autoCommit,
boolean isXA) |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionEvent |
createConnectionEvent(SQLException sqle) |
addStatementEventListener, getParentLogger, removeStatementEventListeneraddConnectionEventListener, close, getConnection, removeConnectionEventListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddConnectionEventListener, addStatementEventListener, close, getConnection, removeConnectionEventListener, removeStatementEventListenerpublic PGPooledConnection(Connection con, boolean autoCommit, boolean isXA)
public PGPooledConnection(Connection con, boolean autoCommit)
protected ConnectionEvent createConnectionEvent(SQLException sqle)
createConnectionEvent in class org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection