PHP 클래스 PHPSQLParser\processors\TableProcessor

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

공개 메소드들

메소드 설명
process ( $tokens )

보호된 메소드들

메소드 설명
clear ( &$expr, &$base_expr, &$category )
getConstantType ( $token )
getOperatorType ( $token )
getReservedType ( $token )
processCreateDefinition ( $tokens )
processPartitionOptions ( $tokens )

메소드 상세

clear() 보호된 메소드

protected clear ( &$expr, &$base_expr, &$category )

getConstantType() 보호된 메소드

protected getConstantType ( $token )

getOperatorType() 보호된 메소드

protected getOperatorType ( $token )

getReservedType() 보호된 메소드

protected getReservedType ( $token )

process() 공개 메소드

public process ( $tokens )

processCreateDefinition() 보호된 메소드

protected processCreateDefinition ( $tokens )

processPartitionOptions() 보호된 메소드

protected processPartitionOptions ( $tokens )