Go to the documentation of this file.
113 public function execute($returnRawQueryResult =
false);
194 public function equals($propertyName, $operand, $caseSensitive =
true);
206 public function like($propertyName, $operand);
230 public function in($propertyName, $operand);
350 public function setSource(Generic\Qom\SourceInterface $source);
ConstraintInterface null getConstraint()
const OPERATOR_GREATER_THAN_OR_EQUAL_TO
bool isEmpty($propertyName)
const OPERATOR_NOT_EQUAL_TO_NULL
TYPO3 CMS Extbase Persistence Generic Qom ComparisonInterface equals($propertyName, $operand, $caseSensitive=true)
const OPERATOR_GREATER_THAN
TYPO3 CMS Extbase Persistence QueryInterface setOrderings(array $orderings)
ComparisonInterface like($propertyName, $operand)
ComparisonInterface lessThan($propertyName, $operand)
const OPERATOR_LESS_THAN_OR_EQUAL_TO
ComparisonInterface in($propertyName, $operand)
TYPO3 CMS Extbase Persistence QueryInterface setOffset($offset)
TYPO3 CMS Extbase Persistence Generic Qom SourceInterface getSource()
TYPO3 CMS Extbase Persistence QueryInterface matching($constraint)
TYPO3 CMS Extbase Persistence Generic Qom Statement getStatement()
AndInterface logicalAnd($constraint1)
setQuerySettings(Generic\QuerySettingsInterface $querySettings)
OrInterface logicalOr($constraint1)
const OPERATOR_LESS_THAN
ComparisonInterface lessThanOrEqual($propertyName, $operand)
TYPO3 CMS Extbase Persistence QueryInterface setLimit($limit)
TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface getQuerySettings()
setSource(Generic\Qom\SourceInterface $source)
TYPO3 CMS Extbase Persistence QueryResultInterface array execute($returnRawQueryResult=false)
ComparisonInterface greaterThanOrEqual($propertyName, $operand)
const OPERATOR_NOT_EQUAL_TO
ComparisonInterface contains($propertyName, $operand)
const OPERATOR_EQUAL_TO_NULL
TYPO3 CMS Extbase Persistence Generic Qom NotInterface logicalNot(ConstraintInterface $constraint)
ComparisonInterface greaterThan($propertyName, $operand)