프로퍼티 |
타입 |
설명 |
|
$CLAUSES |
array |
The clauses of this statement, in order. |
|
$END_OPTIONS |
|
|
|
$OPTIONS |
array |
Options for SELECT statements and their slot ID. |
|
$end_options |
OptionsArray |
The end options of this query. |
|
$expr |
SqlParser\Components\Expression[] |
Expressions that are being selected by this statement. |
|
$from |
SqlParser\Components\Expression[] |
Tables used as sources for this statement. |
|
$group |
SqlParser\Components\OrderKeyword[] |
Conditions used for grouping the result set. |
|
$having |
SqlParser\Components\Condition[] |
Conditions used for filtering the result set. |
|
$into |
SqlParser\Components\IntoKeyword |
Destination of this result set. |
|
$join |
SqlParser\Components\JoinKeyword[] |
Joins. |
|
$limit |
SqlParser\Components\Limit |
Conditions used for limiting the size of the result set. |
|
$order |
SqlParser\Components\OrderKeyword[] |
Specifies the order of the rows in the result set. |
|
$partition |
SqlParser\Components\ArrayObj |
Partitions used as source for this statement. |
|
$procedure |
SqlParser\Components\FunctionCall |
Procedure that should process the data in the result set. |
|
$union |
SelectStatement[] |
Unions. |
|
$where |
SqlParser\Components\Condition[] |
Conditions used for filtering each row of the result set. |
|