PHP 클래스 SqlParser\Components\JoinKeyword

저자: Dan Ungureanu ([email protected])
상속: extends SqlParser\Component
파일 보기 프로젝트 열기: phpmyadmin/sql-parser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$JOINS array Types of join.
$expr Expression Join expression.
$on Condition[] Join conditions.
$type string Type of this join.
$using ArrayObj Columns in Using clause

공개 메소드들

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

메소드 상세

build() 공개 정적인 메소드

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

parse() 공개 정적인 메소드

public static parse ( Parser $parser, TokensList $list, array $options = [] ) : JoinKeyword[]
$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.
리턴 JoinKeyword[]

프로퍼티 상세

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

Types of join.
public static array $JOINS
리턴 array

$expr 공개적으로 프로퍼티

Join expression.
public Expression,SqlParser\Components $expr
리턴 Expression

$on 공개적으로 프로퍼티

Join conditions.
public Condition[],SqlParser\Components $on
리턴 Condition[]

$type 공개적으로 프로퍼티

Type of this join.
또한 보기: static::$JOINS
public string $type
리턴 string

$using 공개적으로 프로퍼티

Columns in Using clause
public ArrayObj,SqlParser\Components $using
리턴 ArrayObj