PHP Class PHPSQLParser\processors\TableProcessor

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
clear ( &$expr, &$base_expr, &$category )
getConstantType ( $token )
getOperatorType ( $token )
getReservedType ( $token )
processCreateDefinition ( $tokens )
processPartitionOptions ( $tokens )

Method Details

clear() protected method

protected clear ( &$expr, &$base_expr, &$category )

getConstantType() protected method

protected getConstantType ( $token )

getOperatorType() protected method

protected getOperatorType ( $token )

getReservedType() protected method

protected getReservedType ( $token )

process() public method

public process ( $tokens )

processCreateDefinition() protected method

protected processCreateDefinition ( $tokens )

processPartitionOptions() protected method

protected processPartitionOptions ( $tokens )