![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.store.jdbc.SqlExecutor Maven / Gradle / Ivy
package com.github.ltsopensource.store.jdbc;
import java.sql.Connection;
import java.sql.SQLException;
/**
* @author Robert HG ([email protected]) on 5/20/15.
*/
public interface SqlExecutor {
T run(Connection conn) throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy