public interface ParameterizedPreparedStatementSetter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
setValues(PreparedStatement preparedStatement,
T o) |
void setValues(PreparedStatement preparedStatement, T o) throws SQLException
SQLExceptionCopyright © 2022. All rights reserved.