Package org.postgresql.ds
Class PGPooledConnection
- java.lang.Object
-
- org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection
-
- org.postgresql.ds.jdbc4.AbstractJdbc4PooledConnection
-
- org.postgresql.ds.PGPooledConnection
-
- All Implemented Interfaces:
javax.sql.PooledConnection
public class PGPooledConnection extends org.postgresql.ds.jdbc4.AbstractJdbc4PooledConnection 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 (ammulder@chariotsolutions.com), Csaba Nagy (ncsaba@yahoo.com)
- See Also:
PGConnectionPoolDataSource
-
-
Constructor Summary
Constructors Constructor Description PGPooledConnection(java.sql.Connection con, boolean autoCommit)
PGPooledConnection(java.sql.Connection con, boolean autoCommit, boolean isXA)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.sql.ConnectionEvent
createConnectionEvent(java.sql.SQLException sqle)
-
Methods inherited from class org.postgresql.ds.jdbc4.AbstractJdbc4PooledConnection
addStatementEventListener, getParentLogger, removeStatementEventListener
-
Methods inherited from class org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection
addConnectionEventListener, close, getConnection, removeConnectionEventListener
-
-