UpdateStatement constructor

UpdateStatement(
  1. Table tbl
)

Implementation

UpdateStatement(Table tbl) {
  this._tbl = tbl;
}