QueryBuilder<T> constructor

QueryBuilder<T>(
  1. Store _store,
  2. OBXFlatbuffersManager _fbManager,
  3. int _entityId,
  4. Condition _queryCondition
)

Implementation

QueryBuilder(
    this._store, this._fbManager, this._entityId, this._queryCondition);