insertMany static method

InsertMany insertMany(
  1. String table
)

Creates a new InsertMany statement

Implementation

static InsertMany insertMany(String table) => InsertMany(table);