updateMany static method

UpdateMany updateMany(
  1. String table
)

Creates a new UpdateMany statement

Implementation

static UpdateMany updateMany(String table) => UpdateMany(table);