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
Show file Open project: phpmyadmin/sql-parser Class Usage Examples

Public Properties

Property Type Description
$unknown SqlParser\Token[] The part of the statement that can't be parsed.

Public Methods

Method Description
build ( ) : string
parse ( Parser $parser, TokensList $list ) : void

Method Details

build() public method

public build ( ) : string
return string

parse() public method

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.
return void

Property Details

$unknown public property

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