PHP Class PHPSQLParser\processors\PartitionDefinitionProcessor

Author: André Rothe ([email protected])
Inheritance: extends AbstractProcessor
Afficher le fichier Open project: greenlion/php-sql-parser Class Usage Examples

Méthodes publiques

Méthode Description
process ( $tokens )

Méthodes protégées

Méthode Description
getBracketExpressionType ( $token )
getConstantType ( $token )
getOperatorType ( $token )
getReservedType ( $token )
processExpressionList ( $unparsed )
processSubpartitionDefinition ( $unparsed )

Method Details

getBracketExpressionType() protected méthode

protected getBracketExpressionType ( $token )

getConstantType() protected méthode

protected getConstantType ( $token )

getOperatorType() protected méthode

protected getOperatorType ( $token )

getReservedType() protected méthode

protected getReservedType ( $token )

process() public méthode

public process ( $tokens )

processExpressionList() protected méthode

protected processExpressionList ( $unparsed )

processSubpartitionDefinition() protected méthode

protected processSubpartitionDefinition ( $unparsed )