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

de.tudarmstadt.ukp.wikipedia.mwdumper.importer.SqlStream Maven / Gradle / Ivy

package de.tudarmstadt.ukp.wikipedia.mwdumper.importer;

import java.io.IOException;

public interface SqlStream {
	public void writeComment(CharSequence sql) throws IOException;
	public void writeStatement(CharSequence sql) throws IOException;
	public void close() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy