mini\Parsing\SQL\AST\BetweenOperation class

Documentation

BETWEEN operation node

Represents: expr BETWEEN start AND end Or: expr NOT BETWEEN start AND end

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (5)

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/BetweenOperation.php:11-21