TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Persistence_QueryInterface Interface Reference
Inheritance diagram for Tx_Extbase_Persistence_QueryInterface:
TYPO3\CMS\Extbase\Persistence\QueryInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\QueryInterface
 getSource ()
 
 execute ($returnRawQueryResult=FALSE)
 
 setOrderings (array $orderings)
 
 setLimit ($limit)
 
 setOffset ($offset)
 
 matching ($constraint)
 
 logicalAnd ($constraint1)
 
 logicalOr ($constraint1)
 
 logicalNot (\TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface $constraint)
 
 equals ($propertyName, $operand, $caseSensitive=TRUE)
 
 like ($propertyName, $operand, $caseSensitive=TRUE)
 
 contains ($propertyName, $operand)
 
 in ($propertyName, $operand)
 
 lessThan ($propertyName, $operand)
 
 lessThanOrEqual ($propertyName, $operand)
 
 greaterThan ($propertyName, $operand)
 
 greaterThanOrEqual ($propertyName, $operand)
 
 getType ()
 
 setQuerySettings (Generic\QuerySettingsInterface $querySettings)
 
 getQuerySettings ()
 
 count ()
 
 getOrderings ()
 
 getLimit ()
 
 getOffset ()
 
 getConstraint ()
 
 isEmpty ($propertyName)
 
 setSource (Generic\Qom\SourceInterface $source)
 
 getStatement ()
 
- Public Attributes inherited from TYPO3\CMS\Extbase\Persistence\QueryInterface
const OPERATOR_EQUAL_TO = 1
 
const OPERATOR_EQUAL_TO_NULL = 101
 
const OPERATOR_NOT_EQUAL_TO = 2
 
const OPERATOR_NOT_EQUAL_TO_NULL = 202
 
const OPERATOR_LESS_THAN = 3
 
const OPERATOR_LESS_THAN_OR_EQUAL_TO = 4
 
const OPERATOR_GREATER_THAN = 5
 
const OPERATOR_GREATER_THAN_OR_EQUAL_TO = 6
 
const OPERATOR_LIKE = 7
 
const OPERATOR_CONTAINS = 8
 
const OPERATOR_IN = 9
 
const OPERATOR_IS_NULL = 10
 
const OPERATOR_IS_EMPTY = 11
 
const ORDER_ASCENDING = 'ASC'
 
const ORDER_DESCENDING = 'DESC'
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2462 of file LegacyClassesForIde.php.