ModFunction
class ModFunction extends FunctionNode (View source)
"MOD" "(" SimpleArithmeticExpression "," SimpleArithmeticExpression ")"
Properties
string | $name | from FunctionNode | |
SimpleArithmeticExpression | $firstSimpleArithmeticExpression | ||
SimpleArithmeticExpression | $secondSimpleArithmeticExpression |
Methods
string
__toString()
Dumps the AST Node into a string representation for information purpose only.
from Node
Details
in FunctionNode at line 37
dispatch(SqlWalker $sqlWalker)
string
__toString()
Dumps the AST Node into a string representation for information purpose only.