Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PHPSQLParser
processors
IndexProcessor
PHP Class PHPSQLParser\processors\IndexProcessor
Author:
André Rothe (
[email protected]
)
Inheritance:
extends
AbstractProcessor
Mostrar archivo
Open project: greenlion/php-sql-parser
Public Methods
Method
Description
process
(
$tokens
)
Protected Methods
Method
Description
getConstantType
(
$token
)
getOperatorType
(
$token
)
getReservedType
(
$token
)
processIndexColumnList
(
$parsed
)
Method Details
getConstantType()
protected
method
protected
getConstantType
(
$token
)
getOperatorType()
protected
method
protected
getOperatorType
(
$token
)
getReservedType()
protected
method
protected
getReservedType
(
$token
)
process()
public
method
public
process
(
$tokens
)
processIndexColumnList()
protected
method
protected
processIndexColumnList
(
$parsed
)