@FunctionalInterface public interface PreparedStatementCreator
| 限定符和类型 | 方法和说明 |
|---|---|
PreparedStatement |
createPreparedStatement(Connection con)
使用参数传进来的连接创建 PreparedStatement 对象。
|
PreparedStatement createPreparedStatement(Connection con) throws SQLException
SQLExceptionCopyright © 2020–2021. All rights reserved.