PHP Class Ouzo\Db\Dialect\MySqlDialect

Inheritance: extends Dialect
Afficher le fichier Open project: letsdrink/ouzo Class Usage Examples

Méthodes publiques

Méthode Description
batchInsert ( $table, $primaryKey, $columns, $batchSize )
getConnectionErrorCodes ( )
getErrorCode ( $errorInfo )
regexpMatcher ( )
table ( )
using ( )

Méthodes protégées

Méthode Description
insertEmptyRow ( )
quote ( $word )

Method Details

batchInsert() public méthode

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

getConnectionErrorCodes() public méthode

getErrorCode() public méthode

public getErrorCode ( $errorInfo )

insertEmptyRow() protected méthode

protected insertEmptyRow ( )

quote() protected méthode

protected quote ( $word )

regexpMatcher() public méthode

public regexpMatcher ( )

table() public méthode

public table ( )

using() public méthode

public using ( )