PHP Class SqlParser\Statements\NotImplementedStatement

The after function makes the parser jump straight to the first delimiter.
Author: Dan Ungureanu ([email protected])
Inheritance: extends SqlParser\Statement
Afficher le fichier Open project: phpmyadmin/sql-parser Class Usage Examples

Méthodes publiques

Свойство Type Description
$unknown SqlParser\Token[] The part of the statement that can't be parsed.

Méthodes publiques

Méthode Description
build ( ) : string
parse ( Parser $parser, TokensList $list ) : void

Method Details

build() public méthode

public build ( ) : string
Résultat string

parse() public méthode

public parse ( Parser $parser, TokensList $list ) : void
$parser SqlParser\Parser The instance that requests parsing.
$list SqlParser\TokensList The list of tokens to be parsed.
Résultat void

Property Details

$unknown public_oe property

The part of the statement that can't be parsed.
public Token[],SqlParser $unknown
Résultat SqlParser\Token[]