Update method

UpdateStatement Update(
  1. Table tbl
)

Implementation

UpdateStatement Update(Table tbl) {
  return new UpdateStatement(tbl);
}