PHP 클래스 PHPSQLParser\processors\PartitionOptionsProcessor

저자: André Rothe ([email protected])
상속: extends AbstractProcessor
파일 보기 프로젝트 열기: greenlion/php-sql-parser 1 사용 예제들

공개 메소드들

메소드 설명
process ( $tokens )

보호된 메소드들

메소드 설명
getBracketExpressionType ( $token )
getConstantType ( $token )
getOperatorType ( $token )
getReservedType ( $token )
processColumnList ( $unparsed )
processExpressionList ( $unparsed )
processPartitionDefinition ( $unparsed )

메소드 상세

getBracketExpressionType() 보호된 메소드

protected getBracketExpressionType ( $token )

getConstantType() 보호된 메소드

protected getConstantType ( $token )

getOperatorType() 보호된 메소드

protected getOperatorType ( $token )

getReservedType() 보호된 메소드

protected getReservedType ( $token )

process() 공개 메소드

public process ( $tokens )

processColumnList() 보호된 메소드

protected processColumnList ( $unparsed )

processExpressionList() 보호된 메소드

protected processExpressionList ( $unparsed )

processPartitionDefinition() 보호된 메소드

protected processPartitionDefinition ( $unparsed )