org.postgresql.ds
Class PGPooledConnection
java.lang.Object
org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection
org.postgresql.ds.PGPooledConnection
- All Implemented Interfaces:
- javax.sql.PooledConnection
public class PGPooledConnection
- extends org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection
- implements javax.sql.PooledConnection
PostgreSQL implementation of the PooledConnection interface. This shouldn't
be used directly, as the pooling client should just interact with the
ConnectionPool instead.
- Author:
- Aaron Mulder ([email protected]), Csaba Nagy ([email protected])
- See Also:
PGConnectionPoolDataSource
Methods inherited from class org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection |
addConnectionEventListener, close, getConnection, removeConnectionEventListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.sql.PooledConnection |
addConnectionEventListener, close, getConnection, removeConnectionEventListener |
PGPooledConnection
public PGPooledConnection(java.sql.Connection con,
boolean autoCommit,
boolean isXA)
PGPooledConnection
public PGPooledConnection(java.sql.Connection con,
boolean autoCommit)
createConnectionEvent
protected javax.sql.ConnectionEvent createConnectionEvent(java.sql.SQLException sqle)
- Specified by:
createConnectionEvent
in class org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection