JsonExtract
extends FunctionNode
Table of Contents
Properties
-
$arithmeticExpression
: mixed
-
$mysqlCol
: AggregateExpression|ArithmeticFactor|ArithmeticTerm|CoalesceExpression|FunctionNode|GeneralCaseExpression|InputParameter|Literal|NullIfExpression|ParenthesisExpression|PathExpression|SimpleArithmeticExpression|SimpleCaseExpression|string
Methods
-
getSql()
: mixed
-
parse()
: mixed
$arithmeticExpression
public
mixed
$arithmeticExpression
$mysqlCol
public
AggregateExpression|ArithmeticFactor|ArithmeticTerm|CoalesceExpression|FunctionNode|GeneralCaseExpression|InputParameter|Literal|NullIfExpression|ParenthesisExpression|PathExpression|SimpleArithmeticExpression|SimpleCaseExpression|string
$mysqlCol
getSql()
public
getSql(SqlWalker $sqlWalker) : mixed
Parameters
-
$sqlWalker
: SqlWalker
-
parse()
public
parse(Parser $parser) : mixed
Parameters
-
$parser
: Parser
-