nyla.solutions.dao.PreparedStatementConstructor Maven / Gradle / Ivy
package nyla.solutions.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public interface PreparedStatementConstructor
{
public void constructPreparedStatement(Connection connection, PreparedStatement preparedStatement, T obj)
throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy