PHP 클래스 Ouzo\Db\Dialect\Dialect

파일 보기 프로젝트 열기: letsdrink/ouzo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_query Ouzo\Db\Query

공개 메소드들

메소드 설명
batchInsert ( $table, $primaryKey, $columns, $batchSize )
buildQuery ( Query $query )
delete ( )
from ( )
getConnectionErrorCodes ( )
getErrorCode ( $errorInfo )
getExceptionForError ( $errorInfo )
groupBy ( )
insert ( )
isConnectionError ( $errorInfo )
join ( )
limit ( )
lockForUpdate ( )
offset ( )
order ( )
regexpMatcher ( )
select ( )
table ( )
tableOrSubQuery ( )
update ( )
using ( )
where ( )

보호된 메소드들

메소드 설명
_using ( $usingClauses, $glue = ', ', $table = null, $alias = null )
_where ( $whereClauses )
insertEmptyRow ( )
quote ( $word )

비공개 메소드들

메소드 설명
whereWithUsing ( )

메소드 상세

_using() 보호된 메소드

protected _using ( $usingClauses, $glue = ', ', $table = null, $alias = null )

_where() 보호된 메소드

protected _where ( $whereClauses )

batchInsert() 추상적인 공개 메소드

abstract public batchInsert ( $table, $primaryKey, $columns, $batchSize )

buildQuery() 공개 메소드

public buildQuery ( Query $query )
$query Ouzo\Db\Query

delete() 공개 메소드

public delete ( )

from() 공개 메소드

public from ( )

getConnectionErrorCodes() 추상적인 공개 메소드

abstract public getConnectionErrorCodes ( )

getErrorCode() 추상적인 공개 메소드

abstract public getErrorCode ( $errorInfo )

getExceptionForError() 공개 메소드

public getExceptionForError ( $errorInfo )

groupBy() 공개 메소드

public groupBy ( )

insert() 공개 메소드

public insert ( )

insertEmptyRow() 추상적인 보호된 메소드

abstract protected insertEmptyRow ( )

isConnectionError() 공개 메소드

public isConnectionError ( $errorInfo )

join() 공개 메소드

public join ( )

limit() 공개 메소드

public limit ( )

lockForUpdate() 공개 메소드

public lockForUpdate ( )

offset() 공개 메소드

public offset ( )

order() 공개 메소드

public order ( )

quote() 추상적인 보호된 메소드

abstract protected quote ( $word )

regexpMatcher() 추상적인 공개 메소드

abstract public regexpMatcher ( )

select() 공개 메소드

public select ( )

table() 공개 메소드

public table ( )

tableOrSubQuery() 공개 메소드

public tableOrSubQuery ( )

update() 공개 메소드

public update ( )

using() 공개 메소드

public using ( )

where() 공개 메소드

public where ( )

프로퍼티 상세

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

protected Query,Ouzo\Db $_query
리턴 Ouzo\Db\Query