PHP Class PHPSQLParser\processors\TableProcessor

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

Méthodes publiques

Méthode Description
process ( $tokens )

Méthodes protégées

Méthode Description
clear ( &$expr, &$base_expr, &$category )
getConstantType ( $token )
getOperatorType ( $token )
getReservedType ( $token )
processCreateDefinition ( $tokens )
processPartitionOptions ( $tokens )

Method Details

clear() protected méthode

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

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 )

processCreateDefinition() protected méthode

protected processCreateDefinition ( $tokens )

processPartitionOptions() protected méthode

protected processPartitionOptions ( $tokens )