The FactQueryCondition object is used to build compound conditions that can be passed to the where, andWhere, or orWhere methods of the FactQuery object.
Equivalent to the where(field, operator, value) method of the FactQuery object.
Equivalent to the andWhere(field, operator, value) method of the FactQuery object.
Equivalent to the orWhere(field, operator, value) method of the FactQuery object.
Alias for the andWhere(...) method of the FactQuery object.
Alias for the orWhere(...) method of the FactQuery object.
Equivalent to the where(cond) method of the FactQuery object.
Equivalent to the andWhere(cond) method of the FactQuery object.
Equivalent to the orWhere(cond) method of the FactQuery object.
Alias for the andWhere(cond) method of the FactQuery object.
Alias for the orWhere(cond) method of the FactQuery object.