InsertInto method

InsertStatement InsertInto(
  1. Table tbl
)

Implementation

InsertStatement InsertInto(Table tbl) {
  return new InsertStatement(tbl);
}