
sf.database.jdbc.sql.StatementCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.database.jdbc.sql;
import java.sql.SQLException;
import java.sql.Statement;
@FunctionalInterface
public interface StatementCallback {
T doInStatement(Statement stmt) throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy