@FunctionalInterface public interface PreparedStatementCreator
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
createPreparedStatement(Connection con,
String sql) |
PreparedStatement createPreparedStatement(Connection con, String sql) throws SQLException
SQLException
Copyright © 2020. All rights reserved.