public interface CallableStatementCreator
| 限定符和类型 | 方法和说明 |
|---|---|
CallableStatement |
createCallableStatement(Connection con)
使用参数传进来的连接创建 CallableStatement 对象。
|
CallableStatement createCallableStatement(Connection con) throws SQLException
SQLExceptionCopyright © 2014. All rights reserved.