PHP Class SqlParser\Statements\MaintenanceStatement
They follow the syntax:
STMT [some options] tbl_name [, tbl_name] ... [some more options]
Afficher le fichier
Open project: phpmyadmin/sql-parser
Méthodes publiques
Свойство |
Type |
Description |
|
$tables |
SqlParser\Components\Expression[] |
Tables maintained. |
|
Méthodes publiques
Méthode |
Description |
|
after ( Parser $parser, TokensList $list, Token $token ) : void |
Function called after the token was processed. |
|
Method Details
Parses the additional options from the end.
public after ( Parser $parser, TokensList $list, Token $token ) : void |
$parser |
SqlParser\Parser |
The instance that requests parsing. |
$list |
SqlParser\TokensList |
The list of tokens to be parsed. |
$token |
SqlParser\Token |
The token that is being parsed. |
Résultat |
void |
|
Property Details
$tables public_oe property
public Expression[],SqlParser\Components $tables |
Résultat |
SqlParser\Components\Expression[] |
|