2.00.01

interbase.interclient
Class PooledConnection

interbase.interclient.PooledConnection

public class PooledConnection

A PooledConnection object is a connection object that provides hooks for connection pool management.

Since:
JDBC 2 Standard Extension, proposed for future release, not yet supported
Version:
Std Ext 0.7

Constructor Summary
PooledConnection()
           
 
Method Summary
 void addConnectionEventListener(javax.sql.ConnectionEventListener listener)
          Add an event listener.
 void close()
          Close the database connection.
 Connection getConnection()
          Create an object handle for a database connection.
 void removeConnectionEventListener(javax.sql.ConnectionEventListener listener)
          Remove an event listener.
 

Constructor Detail

PooledConnection

public PooledConnection()
Method Detail

getConnection

public Connection getConnection()
                         throws SQLException
Create an object handle for a database connection.
Returns:
a Connection object
Throws:
SQLException - if a database-access error occurs.
Since:
JDBC 2 Standard Extension, proposed for future release, not yet supported

close

public void close()
           throws SQLException
Close the database connection.
Throws:
SQLException - if a database-access error occurs.
Since:
JDBC 2 Standard Extension, proposed for future release, not yet supported

addConnectionEventListener

public void addConnectionEventListener(javax.sql.ConnectionEventListener listener)
Add an event listener.
Since:
JDBC 2 Standard Extension, proposed for future release, not yet supported

removeConnectionEventListener

public void removeConnectionEventListener(javax.sql.ConnectionEventListener listener)
Remove an event listener.
Since:
JDBC 2 Standard Extension, proposed for future release, not yet supported

2.00.01

Send comments or suggestions to interclient@interbase.com