@FunctionalInterface public interface PreparedStatementSetter
| Modifier and Type | Method and Description |
|---|---|
void |
setValues(PreparedStatement ps,
Object values) |
void setValues(PreparedStatement ps, Object values) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.