mini\Parsing\SQL\AST\ExistsOperation class

Documentation

EXISTS operation AST node

Represents: EXISTS (SELECT ...) or NOT EXISTS (SELECT ...)

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (3)

public string $type
public bool $negated

Methods (3)

Documentation missing

Documentation missing

Create a deep clone of this AST node

Source

src/Parsing/SQL/AST/ExistsOperation.php:10-18