PHP Class PHPSQLParser\processors\SelectExpressionProcessor

Author: arothe
Inheritance: extends AbstractProcessor
Datei anzeigen Open project: greenlion/php-sql-parser Class Usage Examples

Public Methods

Method Description
process ( $expression ) This fuction processes each SELECT clause.

Protected Methods

Method Description
processExpressionList ( $unparsed )

Method Details

process() public method

We determine what (if any) alias is provided, and we set the type of expression.
public process ( $expression )

processExpressionList() protected method

protected processExpressionList ( $unparsed )