org.postgresql.ds.jdbc4
Class AbstractJdbc4PooledConnection

java.lang.Object
  extended by org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection
      extended by org.postgresql.ds.jdbc4.AbstractJdbc4PooledConnection
Direct Known Subclasses:
PGPooledConnection

public abstract class AbstractJdbc4PooledConnection
extends AbstractJdbc23PooledConnection


Constructor Summary
AbstractJdbc4PooledConnection(Connection con, boolean autoCommit, boolean isXA)
           
 
Method Summary
 void addStatementEventListener(StatementEventListener listener)
           
 Logger getParentLogger()
           
 void removeStatementEventListener(StatementEventListener listener)
           
 
Methods inherited from class org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection
addConnectionEventListener, close, createConnectionEvent, getConnection, removeConnectionEventListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJdbc4PooledConnection

public AbstractJdbc4PooledConnection(Connection con,
                                     boolean autoCommit,
                                     boolean isXA)
Method Detail

removeStatementEventListener

public void removeStatementEventListener(StatementEventListener listener)

addStatementEventListener

public void addStatementEventListener(StatementEventListener listener)

getParentLogger

public Logger getParentLogger()
                       throws SQLFeatureNotSupportedException
Throws:
SQLFeatureNotSupportedException


Copyright © 2013. All Rights Reserved.