InsertStatement constructor

InsertStatement(
  1. Table tbl
)

Implementation

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