PHP 클래스 SqlParser\Statements\MaintenanceStatement

They follow the syntax: STMT [some options] tbl_name [, tbl_name] ... [some more options]
저자: Dan Ungureanu ([email protected])
상속: extends SqlParser\Statement
파일 보기 프로젝트 열기: phpmyadmin/sql-parser

공개 프로퍼티들

프로퍼티 타입 설명
$tables SqlParser\Components\Expression[] Tables maintained.

공개 메소드들

메소드 설명
after ( Parser $parser, TokensList $list, Token $token ) : void Function called after the token was processed.

메소드 상세

after() 공개 메소드

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.
리턴 void

프로퍼티 상세

$tables 공개적으로 프로퍼티

Tables maintained.
public Expression[],SqlParser\Components $tables
리턴 SqlParser\Components\Expression[]