BatchQueryExecutor<T>public class SizeAdjusterBatchQueryExecutor<T> extends Object implements BatchQueryExecutor<T>
| Constructor | Description |
|---|---|
SizeAdjusterBatchQueryExecutor(BatchQueryExecutor<T> delegate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
insert(Connection connection,
Collection<T> values,
org.simpleflatmapper.util.CheckedConsumer<PreparedStatement> postExecute) |
public SizeAdjusterBatchQueryExecutor(BatchQueryExecutor<T> delegate)
public void insert(Connection connection, Collection<T> values, org.simpleflatmapper.util.CheckedConsumer<PreparedStatement> postExecute) throws SQLException
insert in interface BatchQueryExecutor<T>SQLExceptionCopyright © 2019. All rights reserved.