Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PHPSQLParser
processors
PartitionDefinitionProcessor
PHP 클래스 PHPSQLParser\processors\PartitionDefinitionProcessor
저자:
André Rothe (
[email protected]
)
상속:
extends
AbstractProcessor
파일 보기
프로젝트 열기: greenlion/php-sql-parser
1 사용 예제들
공개 메소드들
메소드
설명
process
(
$tokens
)
보호된 메소드들
메소드
설명
getBracketExpressionType
(
$token
)
getConstantType
(
$token
)
getOperatorType
(
$token
)
getReservedType
(
$token
)
processExpressionList
(
$unparsed
)
processSubpartitionDefinition
(
$unparsed
)
메소드 상세
getBracketExpressionType()
보호된
메소드
protected
getBracketExpressionType
(
$token
)
getConstantType()
보호된
메소드
protected
getConstantType
(
$token
)
getOperatorType()
보호된
메소드
protected
getOperatorType
(
$token
)
getReservedType()
보호된
메소드
protected
getReservedType
(
$token
)
process()
공개
메소드
public
process
(
$tokens
)
processExpressionList()
보호된
메소드
protected
processExpressionList
(
$unparsed
)
processSubpartitionDefinition()
보호된
메소드
protected
processSubpartitionDefinition
(
$unparsed
)