mini\Parsing\SQL\AST\IsNullOperation class

Documentation

IS NULL / IS NOT NULL operation node

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (3)

public string $type
public mini\Parsing\SQL\AST\ASTNode $expression
public bool $negated

Methods (3)

Documentation missing

Documentation missing

Create a deep clone of this AST node

Source

src/Parsing/SQL/AST/IsNullOperation.php:8-19