upsert static method

Upsert upsert(
  1. String table
)

Creates a new Upsert statement

Implementation

static Upsert upsert(String table) => Upsert(table);