WhereClause
class WhereClause extends Node (View source)
WhereClause ::= "WHERE" ConditionalExpression
Properties
ConditionalExpression | $conditionalExpression |
Methods
string
dispatch($sqlWalker)
Double-dispatch method, supposed to dispatch back to the walker.
string
__toString()
Dumps the AST Node into a string representation for information purpose only.
from Node
Details
at line 49
string
dispatch($sqlWalker)
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
string
__toString()
Dumps the AST Node into a string representation for information purpose only.