insertMany<T> abstract method

Future<void> insertMany<T>(
  1. InsertMany statement
)

Executes the insert statement for many element

Implementation

Future<void> insertMany<T>(InsertMany statement);