All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sqlite.jdbc4.JDBC4PooledConnection Maven / Gradle / Ivy

There is a newer version: 3.45.3.0
Show newest version
package org.sqlite.jdbc4;

import javax.sql.PooledConnection;
import javax.sql.StatementEventListener;

public abstract class JDBC4PooledConnection implements PooledConnection {

    public void addStatementEventListener(StatementEventListener listener) {
      // TODO impl
    }

    public void removeStatementEventListener(StatementEventListener listener) {
      // TODO impl
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy