- java.lang.Object
-
- org.sqlite.jdbc4.JDBC4PooledConnection
-
- All Implemented Interfaces:
PooledConnection
- Direct Known Subclasses:
SQLitePooledConnection
public abstract class JDBC4PooledConnection extends Object implements PooledConnection
-
-
Constructor Summary
Constructors Constructor Description JDBC4PooledConnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStatementEventListener(StatementEventListener listener)voidremoveStatementEventListener(StatementEventListener listener)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.sql.PooledConnection
addConnectionEventListener, close, getConnection, removeConnectionEventListener
-
-
-
-
Method Detail
-
addStatementEventListener
public void addStatementEventListener(StatementEventListener listener)
- Specified by:
addStatementEventListenerin interfacePooledConnection
-
removeStatementEventListener
public void removeStatementEventListener(StatementEventListener listener)
- Specified by:
removeStatementEventListenerin interfacePooledConnection
-
-