class JsonExtract extends AbstractJsonFunctionNode (View source)

"JSON_EXTRACT" "(" StringPrimary "," StringPrimary {"," StringPrimary }* ")"

See: "JSON_EXTRACT: Bolt\Doctrine\Functions\JsonExtract" in config/packages/doctrine.yaml

Constants

FUNCTION_NAME

Properties

protected string[] $requiredArgumentTypes
protected string[] $optionalArgumentTypes
protected bool $allowOptionalArgumentRepeat

Methods

void
validatePlatform(SqlWalker $sqlWalker)

No description

Details

protected void validatePlatform(SqlWalker $sqlWalker)

Parameters

SqlWalker $sqlWalker

Return Value

void