mini\Parsing\SQL\AST\SelectStatement class

Documentation

SELECT statement node

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (12)

public string $type
public bool $distinct
public array $columns

Table name (IdentifierNode) or derived table (SubqueryNode)

public ?string $fromAlias
public array $joins
public ?array $groupBy
public ?array $orderBy

Methods (2)

Documentation missing

Create a deep clone of this AST node

Source

src/Parsing/SQL/AST/SelectStatement.php:8-25