@FunctionalInterface public interface PreparedStatementSetter
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setValues(PreparedStatement ps)
Set parameter values on the given PreparedStatement.
|
void setValues(PreparedStatement ps) throws SQLException
ps - the PreparedStatement 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.