org.firebirdsql.ds
Class FBPooledConnection

java.lang.Object
  extended by org.firebirdsql.ds.AbstractPooledConnection
      extended by org.firebirdsql.ds.FBPooledConnection
All Implemented Interfaces:
javax.sql.PooledConnection
Direct Known Subclasses:
FBXAConnection

public class FBPooledConnection
extends AbstractPooledConnection

JDBC 4.0 implementation of PooledConnection.

Since:
2.2
Author:
Mark Rotteveel

Field Summary
 
Fields inherited from class org.firebirdsql.ds.AbstractPooledConnection
connection, handler
 
Constructor Summary
protected FBPooledConnection(java.sql.Connection connection)
           
 
Method Summary
 void addStatementEventListener(javax.sql.StatementEventListener listener)
           
 void removeStatementEventListener(javax.sql.StatementEventListener listener)
           
 
Methods inherited from class org.firebirdsql.ds.AbstractPooledConnection
addConnectionEventListener, close, createConnectionHandler, fireConnectionClosed, fireConnectionError, fireFatalConnectionError, getConnection, releaseConnectionHandler, removeConnectionEventListener, resetConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FBPooledConnection

protected FBPooledConnection(java.sql.Connection connection)
Method Detail

addStatementEventListener

public void addStatementEventListener(javax.sql.StatementEventListener listener)

removeStatementEventListener

public void removeStatementEventListener(javax.sql.StatementEventListener listener)


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.