QueryBuilder constructor

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

Implementation

QueryBuilder(this._db, this._table);