DeleteQuery constructor

DeleteQuery(
  1. QueryDatabase _db,
  2. String _table
)

Implementation

DeleteQuery(this._db, this._table);