@FunctionalInterface public interface CallableStatementSetter
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setValues(CallableStatement cs)
Set parameter values on the given CallableStatement.
|
void setValues(CallableStatement cs) throws SQLException
cs - the CallableStatement to invoke setter methods onSQLException - if a SQLException is encountered (i.e. there is no need to catch SQLException)Copyright © 2020–2021. All rights reserved.