Class:BetweenExpression - Superclass: Node Node
⌊ BetweenExpression
public class BetweenExpression
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed | |
mixed | |
mixed |
Constructor Summary | |
---|---|
BetweenExpression(mixed expr, mixed leftExpr, mixed rightExpr) |
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 $leftBetweenExpression
public mixed $not
public mixed $rightBetweenExpression
public BetweenExpression(mixed expr, mixed leftExpr, mixed rightExpr)
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.
Description of BetweenExpression
@license http://www.opensource.org/licenses/lgpl-license.php LGPL