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