@FunctionalInterface public static interface JdbcUtils.SqlFunction
PreparedStatement ready to be executed.| Modifier and Type | Method and Description | 
|---|---|
| PreparedStatement | apply(Connection connection)Create a new  PreparedStatementusing the givenconnection. | 
PreparedStatement apply(Connection connection) throws SQLException
PreparedStatement using the given connection.connection - the connection that will be used to create the statementSQLException - if the statement could not be createdCopyright © 2010–2025. All rights reserved.