upsertMany<T> abstract method

Future<void> upsertMany<T>(
  1. UpsertMany statement
)

Executes bulk insert or update statement

Implementation

Future<void> upsertMany<T>(UpsertMany statement);