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

fr.profi.mzdb.util.sqlite.ISQLiteStatementConsumer Maven / Gradle / Ivy

There is a newer version: 0.0.27
Show newest version
package fr.profi.mzdb.util.sqlite;

import com.almworks.sqlite4java.SQLiteException;
import com.almworks.sqlite4java.SQLiteStatement;

/**
 * @author bouyssie
 *
 */
public interface ISQLiteStatementConsumer {
	public void accept(SQLiteStatement stmt) throws SQLiteException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy