public interface PreparedStatementCreator
| 限定符和类型 | 方法和说明 |
|---|---|
PreparedStatement |
createPreparedStatement(Connection con)
Create a statement in this connection.
|
PreparedStatement createPreparedStatement(Connection con) throws SQLException
con - Connection to use to create statementSQLException - there is no need to catch SQLExceptions
that may be thrown in the implementation of this method.
The JdbcTemplate class will handle them.Copyright © 2023. All rights reserved.