bulkInsert abstract method
Future<void>
bulkInsert(
- FExecutionContext executionContext,
- List<
List< bulkValuesFSqlStatementParam> >
Implementation
Future<void> bulkInsert(
FExecutionContext executionContext,
List<List<FSqlStatementParam>> bulkValues,
);