Class:Subselect - Superclass: Node Node
⌊ Subselect
public class Subselect
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed | |
mixed | |
mixed | |
mixed | |
mixed |
Constructor Summary | |
---|---|
Subselect(mixed simpleSelectClause, mixed subselectFromClause) |
Method Summary | |
---|---|
void | dispatch(mixed sqlWalker, mixed walker, $walker ) Double-dispatch method, supposed to dispatch back to the walker. |
Methods inherited from Doctrine\ORM\Query\AST\Node | |
---|---|
dispatch, dump |
public mixed $groupByClause
public mixed $havingClause
public mixed $orderByClause
public mixed $simpleSelectClause
public mixed $subselectFromClause
public mixed $whereClause
public Subselect(mixed simpleSelectClause, mixed subselectFromClause)
public void dispatch(mixed sqlWalker, mixed walker, $walker )
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
Subselect ::= SimpleSelectClause SubselectFromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]