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)
public
jsonSerialize()
inherited from Parsing\SQL\AST\ASTNode
Documentation missing
public
deepClone()
inherited from Parsing\SQL\AST\ASTNode
Create a deep clone of this AST node