insert static method

Insert insert(
  1. String table
)

Creates a new Insert statement

Implementation

static Insert insert(String table) => Insert(table);