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, removeStatementEventListener
addConnectionEventListener, close, getConnection, removeConnectionEventListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addConnectionEventListener, addStatementEventListener, close, getConnection, removeConnectionEventListener, removeStatementEventListener
public 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