AbstractBatchInsertQueryExecutor, MysqlBatchInsertQueryExecutor, PostgresqlBatchInsertQueryExecutor, SizeAdjusterBatchQueryExecutorpublic interface BatchQueryExecutor<T>
| Modifier and Type | Method | 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 © 2019. All rights reserved.