final class StatementInfo (View source)

Methods

__construct(Parser $parser, Statement|null $statement, StatementFlags $flags, array $selectTables, array $selectExpressions)

No description

Details

__construct(Parser $parser, Statement|null $statement, StatementFlags $flags, array $selectTables, array $selectExpressions)

No description

Parameters

Parser $parser

The parser used to analyze the statement.

Statement|null $statement

The first statement resulted from parsing.

StatementFlags $flags
array $selectTables

The real name of the tables selected; if there are no table names in the SELECT expressions, the table names are fetched from the FROM expressions

array $selectExpressions