UpperFunction
class UpperFunction extends FunctionNode (View source)
"UPPER" "(" StringPrimary ")"
Properties
string | $name | from FunctionNode | |
$stringPrimary |
Methods
string
__toString()
Dumps the AST Node into a string representation for information purpose only.
from Node
Details
in FunctionNode at line 62
string
dispatch(SqlWalker $sqlWalker)
string
__toString()
Dumps the AST Node into a string representation for information purpose only.