mini\Parsing\SQL\AST\InsertStatement class

Documentation

INSERT statement node

Supports:

  • INSERT INTO table VALUES (...)
  • INSERT INTO table SELECT ...
  • INSERT OR REPLACE INTO table VALUES (...)
  • REPLACE INTO table VALUES (...)

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (6)

public string $type
public array $columns
public array $values
public bool $replace

Methods (2)

Documentation missing

Create a deep clone of this AST node

Source

src/Parsing/SQL/AST/InsertStatement.php:14-26