PHP Class PHPSQLParser\processors\IndexProcessor

Author: AndrĂ© Rothe ([email protected])
Inheritance: extends AbstractProcessor
Datei anzeigen Open project: greenlion/php-sql-parser

Public Methods

Method Description
process ( $tokens )

Protected Methods

Method Description
getConstantType ( $token )
getOperatorType ( $token )
getReservedType ( $token )
processIndexColumnList ( $parsed )

Method Details

getConstantType() protected method

protected getConstantType ( $token )

getOperatorType() protected method

protected getOperatorType ( $token )

getReservedType() protected method

protected getReservedType ( $token )

process() public method

public process ( $tokens )

processIndexColumnList() protected method

protected processIndexColumnList ( $parsed )