Module org.simpleflatmapper.jdbc
Package org.simpleflatmapper.jdbc.impl
Interface BatchQueryExecutor<T>
- All Known Implementing Classes:
AbstractBatchInsertQueryExecutor,MysqlBatchInsertQueryExecutor,PostgresqlBatchInsertQueryExecutor,SizeAdjusterBatchQueryExecutor
public interface BatchQueryExecutor<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidinsert(Connection connection, Collection<T> values, org.simpleflatmapper.util.CheckedConsumer<PreparedStatement> postExecute)
-
Method Details
-
insert
void insert(Connection connection, Collection<T> values, org.simpleflatmapper.util.CheckedConsumer<PreparedStatement> postExecute) throws SQLException - Throws:
SQLException
-