TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Persistence_QOM_QueryObjectModelConstantsInterface Interface Reference
Inheritance diagram for Tx_Extbase_Persistence_QOM_QueryObjectModelConstantsInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface

Additional Inherited Members

- Public Attributes inherited from TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface
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 JCR_OPERATOR_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorEqualTo'
 
const JCR_OPERATOR_NOT_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorNotEqualTo'
 
const JCR_OPERATOR_LESS_THAN = '{http://www.jcp.org/jcr/1.0}operatorLessThan'
 
const JCR_OPERATOR_LESS_THAN_OR_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorLessThanOrEqualTo'
 
const JCR_OPERATOR_GREATER_THAN = '{http://www.jcp.org/jcr/1.0}operatorGreaterThan'
 
const JCR_OPERATOR_GREATER_THAN_OR_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorGreaterThanOrEqualTo'
 
const JCR_OPERATOR_LIKE = '{http://www.jcp.org/jcr/1.0}operatorLike'
 
const JCR_ORDER_ASCENDING = '{http://www.jcp.org/jcr/1.0}orderAscending'
 
const JCR_ORDER_DESCENDING = '{http://www.jcp.org/jcr/1.0}orderDescending'
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2392 of file LegacyClassesForIde.php.