mini\Parsing\SQL\AST\CreateIndexStatement class

Documentation

CREATE INDEX statement node

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (6)

public string $type
public string $name
public bool $unique
public bool $ifNotExists
public array $columns

Methods (2)

Documentation missing

Create a deep clone of this AST node

Source

src/Parsing/SQL/AST/CreateIndexStatement.php:8-17