mini\Parsing\SQL\AST\BinaryOperation class

Documentation

Binary operation node (e.g., a = b, x > 5, col AND col2)

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (4)

public string $type
public string $operator

Methods (3)

Documentation missing

Documentation missing

Create a deep clone of this AST node

Source

src/Parsing/SQL/AST/BinaryOperation.php:8-21