Class:EmptyCollectionComparisonExpression - Superclass: Node Node
⌊ EmptyCollectionComparisonExpression
public class EmptyCollectionComparisonExpression
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed |
Constructor Summary | |
---|---|
EmptyCollectionComparisonExpression(mixed expression) |
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 $expression
public mixed $not
public EmptyCollectionComparisonExpression(mixed expression)
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.
EmptyCollectionComparisonExpression ::= CollectionValuedPathExpression "IS" ["NOT"] "EMPTY"