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

fr.profi.mzdb.io.reader.iterator.IStatementExtractor Maven / Gradle / Ivy

There is a newer version: 0.0.27
Show newest version
package fr.profi.mzdb.io.reader.iterator;

import java.io.StreamCorruptedException;

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

public interface IStatementExtractor {

	public T extractObject(SQLiteStatement stmt) throws SQLiteException, StreamCorruptedException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy