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

tech.guyi.ipojo.module.h2.executor.JdbcInvoker Maven / Gradle / Ivy

The newest version!
package tech.guyi.ipojo.module.h2.executor;

import org.apache.commons.dbutils.QueryRunner;

import java.sql.SQLException;

public interface JdbcInvoker {

    T invoke(QueryRunner runner) throws SQLException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy