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