mini\Parsing\SQL\AST\UnionNode class

Documentation

Set operation node (UNION, INTERSECT, EXCEPT)

Represents: SELECT ... UNION|INTERSECT|EXCEPT [ALL] SELECT ...

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (5)

public string $type
public bool $all
public string $operator

Methods (3)

Documentation missing

Documentation missing

Create a deep clone of this AST node

Source

src/Parsing/SQL/AST/UnionNode.php:10-20