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
PooledConnection
public PooledConnection()
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
Send comments or suggestions to interclient@interbase.com