PHP Класс Jackalope\Query\QOM\QueryObjectModelSql1

We extend SqlQuery to have features like limit and offset.
Наследование: extends Jackalope\Query\Sql1Query, implements PHPCR\Query\QOM\QueryObjectModelInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$columns array
$constraint PHPCR\Query\QOM\ConstraintInterface
$orderings array
$source PHPCR\Query\QOM\SourceInterface

Открытые методы

Метод Описание
__construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager = null, PHPCR\Query\QOM\SourceInterface $source, PHPCR\Query\QOM\ConstraintInterface $constraint = null, array $orderings, array $columns ) Constructor
getBindVariableNames ( ) {@inheritDoc}
getColumns ( ) {@inheritDoc}
getConstraint ( ) {@inheritDoc}
getLanguage ( ) {@inheritDoc}
getOrderings ( ) {@inheritDoc}
getSource ( ) {@inheritDoc}
getStatement ( ) {@inheritDoc}

Описание методов

__construct() публичный Метод

Constructor
public __construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager = null, PHPCR\Query\QOM\SourceInterface $source, PHPCR\Query\QOM\ConstraintInterface $constraint = null, array $orderings, array $columns )
$factory Jackalope\FactoryInterface the object factory
$objectManager Jackalope\ObjectManager (can be omitted if you do not want to execute the query but just use it with a parser)
$source PHPCR\Query\QOM\SourceInterface
$constraint PHPCR\Query\QOM\ConstraintInterface
$orderings array
$columns array

getBindVariableNames() публичный Метод

{@inheritDoc}

getColumns() публичный Метод

{@inheritDoc}
public getColumns ( )

getConstraint() публичный Метод

{@inheritDoc}
public getConstraint ( )

getLanguage() публичный Метод

{@inheritDoc}
public getLanguage ( )

getOrderings() публичный Метод

{@inheritDoc}
public getOrderings ( )

getSource() публичный Метод

{@inheritDoc}
public getSource ( )

getStatement() публичный Метод

{@inheritDoc}
public getStatement ( )

Описание свойств

$columns защищенное свойство

protected array $columns
Результат array

$constraint защищенное свойство

protected ConstraintInterface,PHPCR\Query\QOM $constraint
Результат PHPCR\Query\QOM\ConstraintInterface

$orderings защищенное свойство

protected array $orderings
Результат array

$source защищенное свойство

protected SourceInterface,PHPCR\Query\QOM $source
Результат PHPCR\Query\QOM\SourceInterface