PHP Class PHPSQLParser\processors\PartitionDefinitionProcessor

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

Public Methods

Method Description
process ( $tokens )

Protected Methods

Method Description
getBracketExpressionType ( $token )
getConstantType ( $token )
getOperatorType ( $token )
getReservedType ( $token )
processExpressionList ( $unparsed )
processSubpartitionDefinition ( $unparsed )

Method Details

getBracketExpressionType() protected method

protected getBracketExpressionType ( $token )

getConstantType() protected method

protected getConstantType ( $token )

getOperatorType() protected method

protected getOperatorType ( $token )

getReservedType() protected method

protected getReservedType ( $token )

process() public method

public process ( $tokens )

processExpressionList() protected method

protected processExpressionList ( $unparsed )

processSubpartitionDefinition() protected method

protected processSubpartitionDefinition ( $unparsed )