PHP 클래스 SqlParser\Statements\SetStatement

상속: extends SqlParser\Statement
파일 보기 프로젝트 열기: phpmyadmin/sql-parser

공개 프로퍼티들

프로퍼티 타입 설명
$CLAUSES array The clauses of this statement, in order.
$OPTIONS array Possible exceptions in SET statment
$options SqlParser\Components\OptionsArray[] Options used in current statement
$set SqlParser\Components\SetOperation[] The updated values.

공개 메소드들

메소드 설명
build ( ) : string

메소드 상세

build() 공개 메소드

public build ( ) : string
리턴 string

프로퍼티 상세

$CLAUSES 공개적으로 정적으로 프로퍼티

The clauses of this statement, in order.
또한 보기: Statement::$CLAUSES
public static array $CLAUSES
리턴 array

$OPTIONS 공개적으로 정적으로 프로퍼티

Possible exceptions in SET statment
public static array $OPTIONS
리턴 array

$options 공개적으로 프로퍼티

Options used in current statement
public OptionsArray[],SqlParser\Components $options
리턴 SqlParser\Components\OptionsArray[]

$set 공개적으로 프로퍼티

The updated values.
public SetOperation[],SqlParser\Components $set
리턴 SqlParser\Components\SetOperation[]