PHP 클래스 SqlParser\Components\IntoKeyword

상속: extends SqlParser\Component
파일 보기 프로젝트 열기: phpmyadmin/sql-parser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$columns array The name of the columns.
$dest string | Expression The destination, which can be a table or a file.
$type string Type of target (OUTFILE or SYMBOL).
$values ExpressionArray . INTO @var1)

공개 메소드들

메소드 설명
build ( IntoKeyword $component, array $options = [] ) : string
parse ( Parser $parser, TokensList $list, array $options = [] ) : IntoKeyword

메소드 상세

build() 공개 정적인 메소드

public static build ( IntoKeyword $component, array $options = [] ) : string
$component IntoKeyword The component to be built.
$options array Parameters for building.
리턴 string

parse() 공개 정적인 메소드

public static parse ( Parser $parser, TokensList $list, array $options = [] ) : IntoKeyword
$parser SqlParser\Parser The parser that serves as context.
$list SqlParser\TokensList The list of tokens that are being parsed.
$options array Parameters for parsing.
리턴 IntoKeyword

프로퍼티 상세

$columns 공개적으로 프로퍼티

The name of the columns.
public array $columns
리턴 array

$dest 공개적으로 프로퍼티

The destination, which can be a table or a file.
public string|Expression,SqlParser\Components $dest
리턴 string | Expression

$type 공개적으로 프로퍼티

Type of target (OUTFILE or SYMBOL).
public string $type
리턴 string

$values 공개적으로 프로퍼티

. INTO @var1)
public ExpressionArray,SqlParser\Components $values
리턴 ExpressionArray