upsertMany static method

UpsertMany upsertMany(
  1. String table
)

Creates a new UpsertMany statement

Implementation

static UpsertMany upsertMany(String table) => UpsertMany(table);