public interface BatchQueryExecutor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
insert(Connection connection,
Collection<T> values,
org.simpleflatmapper.util.CheckedConsumer<PreparedStatement> postExecute) |
void insert(Connection connection, Collection<T> values, org.simpleflatmapper.util.CheckedConsumer<PreparedStatement> postExecute) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.