PHP 클래스 Jackalope\Query\QOM\QueryObjectModel

We extend SqlQuery to have features like limit and offset.
상속: extends Jackalope\Query\SqlQuery, implements PHPCR\Query\QOM\QueryObjectModelInterface
파일 보기 프로젝트 열기: jackalope/jackalope 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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