Neos\Flow\Persistence\Generic\Qom
Classes
Comparison deprecated
Filters tuples based on the outcome of a binary operation.
Constraint deprecated
Base class for constraints in the QOM.
DynamicOperand deprecated
An operand whose value can only be determined in evaluating the query.
LogicalAnd deprecated
Performs a logical conjunction of two other constraints.
LogicalNot deprecated
Performs a logical negation of another constraint.
LogicalOr deprecated
Performs a logical disjunction of two other constraints.
LowerCase deprecated
Evaluates to the lower-case string value (or values, if multi-valued) of operand.
Operand deprecated
An operand to a binary operation specified by a Comparison.
PropertyValue deprecated
Evaluates to the value (or values, if multi-valued) of a property.
QueryObjectModelFactory deprecated
The Query Object Model Factory
StaticOperand deprecated
An operand whose value can be determined from static analysis of the query, prior to its evaluation.
UpperCase deprecated
Evaluates to the upper-case string value (or values, if multi-valued) of operand.