mini\Parsing\SQL\AST\LiteralNode
class
Documentation
Literal value node (strings, numbers, NULL)
Inheritance
Extends: mini\Parsing\SQL\AST\ASTNode
Implements:
JsonSerializable
mini\Parsing\SQL\AST\ValueNodeInterface
Properties (3)
public
string $type
public
mixed $value
public
string $valueType
Methods (3)
Documentation missing
public
jsonSerialize()
inherited from Parsing\SQL\AST\ASTNode
Documentation missing
public
deepClone()
inherited from Parsing\SQL\AST\ASTNode
Create a deep clone of this AST node