mini\Parsing\SQL\AST\CreateTableStatement class

Documentation

CREATE TABLE statement node

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (6)

public string $type
public bool $ifNotExists
public bool $temporary
public array $columns
public array $constraints

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/CreateTableStatement.php:8-18