Class SQLitePooledConnection

  • All Implemented Interfaces:
    javax.sql.PooledConnection

    public class SQLitePooledConnection
    extends JDBC4PooledConnection
    • Field Detail

      • handleConn

        protected volatile java.sql.Connection handleConn
      • listeners

        protected java.util.List<javax.sql.ConnectionEventListener> listeners
    • Constructor Detail

      • SQLitePooledConnection

        protected SQLitePooledConnection​(SQLiteConnection physicalConn)
        Constructor.
        Parameters:
        physicalConn - The physical Connection.
    • Method Detail

      • close

        public void close()
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        See Also:
        PooledConnection.close()
      • getConnection

        public java.sql.Connection getConnection()
                                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        See Also:
        PooledConnection.getConnection()
      • addConnectionEventListener

        public void addConnectionEventListener​(javax.sql.ConnectionEventListener listener)
        See Also:
        PooledConnection.addConnectionEventListener(javax.sql.ConnectionEventListener)
      • removeConnectionEventListener

        public void removeConnectionEventListener​(javax.sql.ConnectionEventListener listener)
        See Also:
        PooledConnection.removeConnectionEventListener(javax.sql.ConnectionEventListener)
      • getListeners

        public java.util.List<javax.sql.ConnectionEventListener> getListeners()