mini\Parsing\SQL\AST\LikeOperation class

Documentation

LIKE / NOT LIKE operation node

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (4)

public string $type
public bool $negated

Methods (3)

Documentation missing

public jsonSerialize()
inherited from mini\Parsing\SQL\AST\ASTNode

Documentation missing

public deepClone()
inherited from mini\Parsing\SQL\AST\ASTNode

Create a deep clone of this AST node

Source

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