Package org.sqlite.javax
Class SQLitePooledConnection
java.lang.Object
org.sqlite.jdbc4.JDBC4PooledConnection
org.sqlite.javax.SQLitePooledConnection
- All Implemented Interfaces:
PooledConnection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Connection
protected List<ConnectionEventListener>
protected SQLiteConnection
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SQLitePooledConnection
(SQLiteConnection physicalConn) Constructor. -
Method Summary
Methods inherited from class org.sqlite.jdbc4.JDBC4PooledConnection
addStatementEventListener, removeStatementEventListener
-
Field Details
-
physicalConn
-
handleConn
-
listeners
-
-
Constructor Details
-
SQLitePooledConnection
Constructor.- Parameters:
physicalConn
- The physical Connection.
-
-
Method Details
-
getPhysicalConn
-
close
- Throws:
SQLException
- See Also:
-
getConnection
- Throws:
SQLException
- See Also:
-
addConnectionEventListener
-
removeConnectionEventListener
-
getListeners
-