TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Persistence_Query Class Reference
Inheritance diagram for Tx_Extbase_Persistence_Query:
TYPO3\CMS\Extbase\Persistence\Generic\Query TYPO3\CMS\Extbase\Persistence\QueryInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Generic\Query
 __construct ($type)
 
 setQuerySettings (QuerySettingsInterface $querySettings)
 
 getQuerySettings ()
 
 getType ()
 
 setSource (\TYPO3\CMS\Extbase\Persistence\Generic\Qom\SourceInterface $source)
 
 getSource ()
 
 execute ($returnRawQueryResult=FALSE)
 
 setOrderings (array $orderings)
 
 getOrderings ()
 
 setLimit ($limit)
 
 unsetLimit ()
 
 getLimit ()
 
 setOffset ($offset)
 
 getOffset ()
 
 matching ($constraint)
 
 statement ($statement, array $parameters=array())
 
 getStatement ()
 
 getConstraint ()
 
 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)
 
 __wakeup ()
 
 __sleep ()
 
 count ()
 
 isEmpty ($propertyName)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\QueryInterface
 setQuerySettings (Generic\QuerySettingsInterface $querySettings)
 
 setSource (Generic\Qom\SourceInterface $source)
 
- Public Attributes inherited from TYPO3\CMS\Extbase\Persistence\Generic\Query
const JCR_JOIN_TYPE_INNER = '{http://www.jcp.org/jcr/1.0}joinTypeInner'
 
const JCR_JOIN_TYPE_LEFT_OUTER = '{http://www.jcp.org/jcr/1.0}joinTypeLeftOuter'
 
const JCR_JOIN_TYPE_RIGHT_OUTER = '{http://www.jcp.org/jcr/1.0}joinTypeRightOuter'
 
const CHARSET = 'utf-8'
 
- 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'
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Generic\Query
 getSelectorName ()
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Persistence\Generic\Query
 $type
 
 $objectManager
 
 $dataMapper
 
 $persistenceManager
 
 $qomFactory
 
 $source
 
 $constraint
 
 $statement
 
 $orderings = array()
 
 $limit
 
 $offset
 
 $querySettings
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2447 of file LegacyClassesForIde.php.