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
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