PHP Class Ouzo\Db\Dialect\PostgresDialect

Inheritance: extends Dialect
Datei anzeigen Open project: letsdrink/ouzo Class Usage Examples

Public Methods

Method Description
batchInsert ( $table, $primaryKey, $columns, $batchSize )
getConnectionErrorCodes ( )
getErrorCode ( $errorInfo )
regexpMatcher ( )

Protected Methods

Method Description
insertEmptyRow ( )
quote ( $word )

Method Details

batchInsert() public method

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

getConnectionErrorCodes() public method

getErrorCode() public method

public getErrorCode ( $errorInfo )

insertEmptyRow() protected method

protected insertEmptyRow ( )

quote() protected method

protected quote ( $word )

regexpMatcher() public method

public regexpMatcher ( )