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

com.github.ltsopensource.store.jdbc.SqlExecutorVoid 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 SqlExecutorVoid {
    void run(Connection conn) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy