mini\Parsing\SQL\AST\UpdateStatement class

Documentation

UPDATE statement node

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (4)

public string $type
public array $updates

Methods (2)

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/UpdateStatement.php:8-15