PHP 클래스 Ouzo\Db\Dialect\MySqlDialect

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

공개 메소드들

메소드 설명
batchInsert ( $table, $primaryKey, $columns, $batchSize )
getConnectionErrorCodes ( )
getErrorCode ( $errorInfo )
regexpMatcher ( )
table ( )
using ( )

보호된 메소드들

메소드 설명
insertEmptyRow ( )
quote ( $word )

메소드 상세

batchInsert() 공개 메소드

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

getConnectionErrorCodes() 공개 메소드

getErrorCode() 공개 메소드

public getErrorCode ( $errorInfo )

insertEmptyRow() 보호된 메소드

protected insertEmptyRow ( )

quote() 보호된 메소드

protected quote ( $word )

regexpMatcher() 공개 메소드

public regexpMatcher ( )

table() 공개 메소드

public table ( )

using() 공개 메소드

public using ( )