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

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

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

import com.almworks.sqlite4java.SQLiteConnection;

/**
 * @author bouyssie
 *
 * @param 
 */
public interface ISQLiteConnectionFunction {

	public abstract T apply(SQLiteConnection connection) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy