Class:SimpleSelectClause - Superclass: Node Node
⌊ SimpleSelectClause
public class SimpleSelectClause
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed |
Constructor Summary | |
---|---|
SimpleSelectClause(mixed simpleSelectExpression, mixed isDistinct) |
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 $isDistinct = false
public mixed $simpleSelectExpression
public SimpleSelectClause(mixed simpleSelectExpression, mixed isDistinct)
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.
SimpleSelectClause ::= "SELECT" ["DISTINCT"] SimpleSelectExpression