public interface BatchPreparedStatementSetter
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
void |
setValues(PreparedStatement ps,
int i) |
int getBatchSize()
throws SQLException
SQLExceptionvoid setValues(PreparedStatement ps, int i) throws SQLException
SQLExceptionCopyright © 2022. All rights reserved.