Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PHPSQLParser
processors
SelectExpressionProcessor
PHP Class PHPSQLParser\processors\SelectExpressionProcessor
Author:
arothe
Inheritance:
extends
AbstractProcessor
Mostra file
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
)