TYPO3  7.6
QueryInterface Member List

This is the complete list of members for QueryInterface, including all inherited members.

contains($propertyName, $operand)QueryInterface
count()QueryInterface
equals($propertyName, $operand, $caseSensitive=true)QueryInterface
execute($returnRawQueryResult=false)QueryInterface
getConstraint()QueryInterface
getLimit()QueryInterface
getOffset()QueryInterface
getOrderings()QueryInterface
getQuerySettings()QueryInterface
getSource()QueryInterface
getStatement()QueryInterface
getType()QueryInterface
greaterThan($propertyName, $operand)QueryInterface
greaterThanOrEqual($propertyName, $operand)QueryInterface
in($propertyName, $operand)QueryInterface
isEmpty($propertyName)QueryInterface
lessThan($propertyName, $operand)QueryInterface
lessThanOrEqual($propertyName, $operand)QueryInterface
like($propertyName, $operand, $caseSensitive=true)QueryInterface
logicalAnd($constraint1)QueryInterface
logicalNot(ConstraintInterface $constraint)QueryInterface
logicalOr($constraint1)QueryInterface
matching($constraint)QueryInterface
OPERATOR_CONTAINSQueryInterface
OPERATOR_EQUAL_TOQueryInterface
OPERATOR_EQUAL_TO_NULLQueryInterface
OPERATOR_GREATER_THANQueryInterface
OPERATOR_GREATER_THAN_OR_EQUAL_TOQueryInterface
OPERATOR_INQueryInterface
OPERATOR_IS_EMPTYQueryInterface
OPERATOR_IS_NULLQueryInterface
OPERATOR_LESS_THANQueryInterface
OPERATOR_LESS_THAN_OR_EQUAL_TOQueryInterface
OPERATOR_LIKEQueryInterface
OPERATOR_NOT_EQUAL_TOQueryInterface
OPERATOR_NOT_EQUAL_TO_NULLQueryInterface
ORDER_ASCENDINGQueryInterface
ORDER_DESCENDINGQueryInterface
setLimit($limit)QueryInterface
setOffset($offset)QueryInterface
setOrderings(array $orderings)QueryInterface
setQuerySettings(Generic\QuerySettingsInterface $querySettings)QueryInterface
setSource(Generic\Qom\SourceInterface $source)QueryInterface