PHP 트레잇 SQLBuilder\Universal\Traits\JoinTrait

파일 보기 프로젝트 열기: c9s/sqlbuilder

보호된 프로퍼티들

프로퍼티 타입 설명
$joins

공개 메소드들

메소드 설명
buildJoinClause ( BaseDriver $driver, SQLBuilder\ArgumentArray $args )
getJoins ( )
innerJoin ( $table, $alias = NULL )
join ( $table, $alias = NULL, $joinType = NULL )
leftJoin ( $table, $alias = NULL )
rightJoin ( $table, $alias = NULL )

메소드 상세

buildJoinClause() 공개 메소드

public buildJoinClause ( BaseDriver $driver, SQLBuilder\ArgumentArray $args )
$driver SQLBuilder\Driver\BaseDriver
$args SQLBuilder\ArgumentArray

getJoins() 공개 메소드

public getJoins ( )

innerJoin() 공개 메소드

public innerJoin ( $table, $alias = NULL )

join() 공개 메소드

public join ( $table, $alias = NULL, $joinType = NULL )

leftJoin() 공개 메소드

public leftJoin ( $table, $alias = NULL )

rightJoin() 공개 메소드

public rightJoin ( $table, $alias = NULL )

프로퍼티 상세

$joins 보호되어 있는 프로퍼티

protected $joins