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

sf.database.jdbc.sql.PreparedStatementCallback Maven / Gradle / Ivy

The newest version!
package sf.database.jdbc.sql;

import java.sql.PreparedStatement;
import java.sql.SQLException;

@FunctionalInterface
public interface PreparedStatementCallback {
    T doInPreparedStatement(PreparedStatement ps) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy