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

Public Attributes

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

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Defines constants used in the query object model.

Deprecated:
since Extbase 1.1; use ::* instead

Definition at line 21 of file QueryObjectModelConstantsInterface.php.

Member Data Documentation

◆ JCR_JOIN_TYPE_INNER

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_JOIN_TYPE_INNER = '{http://www.jcp.org/jcr/1.0}joinTypeInner'

An inner join.

Definition at line 26 of file QueryObjectModelConstantsInterface.php.

◆ JCR_JOIN_TYPE_LEFT_OUTER

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_JOIN_TYPE_LEFT_OUTER = '{http://www.jcp.org/jcr/1.0}joinTypeLeftOuter'

A left-outer join.

Definition at line 31 of file QueryObjectModelConstantsInterface.php.

◆ JCR_JOIN_TYPE_RIGHT_OUTER

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_JOIN_TYPE_RIGHT_OUTER = '{http://www.jcp.org/jcr/1.0}joinTypeRightOuter'

A right-outer join.

Definition at line 36 of file QueryObjectModelConstantsInterface.php.

◆ JCR_OPERATOR_EQUAL_TO

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_OPERATOR_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorEqualTo'

The '=' comparison operator.

Definition at line 41 of file QueryObjectModelConstantsInterface.php.

◆ JCR_OPERATOR_GREATER_THAN

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_OPERATOR_GREATER_THAN = '{http://www.jcp.org/jcr/1.0}operatorGreaterThan'

The '>' comparison operator.

Definition at line 61 of file QueryObjectModelConstantsInterface.php.

◆ JCR_OPERATOR_GREATER_THAN_OR_EQUAL_TO

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_OPERATOR_GREATER_THAN_OR_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorGreaterThanOrEqualTo'

The '>=' comparison operator.

Definition at line 66 of file QueryObjectModelConstantsInterface.php.

◆ JCR_OPERATOR_LESS_THAN

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_OPERATOR_LESS_THAN = '{http://www.jcp.org/jcr/1.0}operatorLessThan'

The '<' comparison operator.

Definition at line 51 of file QueryObjectModelConstantsInterface.php.

◆ JCR_OPERATOR_LESS_THAN_OR_EQUAL_TO

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_OPERATOR_LESS_THAN_OR_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorLessThanOrEqualTo'

The '<=' comparison operator.

Definition at line 56 of file QueryObjectModelConstantsInterface.php.

◆ JCR_OPERATOR_LIKE

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_OPERATOR_LIKE = '{http://www.jcp.org/jcr/1.0}operatorLike'

The 'like' comparison operator.

Definition at line 71 of file QueryObjectModelConstantsInterface.php.

◆ JCR_OPERATOR_NOT_EQUAL_TO

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_OPERATOR_NOT_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorNotEqualTo'

The '!=' comparison operator.

Definition at line 46 of file QueryObjectModelConstantsInterface.php.

◆ JCR_ORDER_ASCENDING

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_ORDER_ASCENDING = '{http://www.jcp.org/jcr/1.0}orderAscending'

◆ JCR_ORDER_DESCENDING

const TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface::JCR_ORDER_DESCENDING = '{http://www.jcp.org/jcr/1.0}orderDescending'