PHP Class eZ\Publish\Core\Persistence\Doctrine\ConnectionHandler\PostgresConnectionHandler

Inheritance: extends eZ\Publish\Core\Persistence\Doctrine\ConnectionHandler
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
getAutoIncrementValue ( string $table, string $column ) : mixed Get auto increment value.
getSequenceName ( string $table, string $column ) : string Returns the name of the affected sequence.
quoteIdentifier ( string $identifier ) : string Custom quote identifier method.

Method Details

getAutoIncrementValue() public méthode

Returns the value used for autoincrement tables. Usually this will just be null. In case for sequence based RDBMS this method can return a proper value for the given column.
public getAutoIncrementValue ( string $table, string $column ) : mixed
$table string
$column string
Résultat mixed

getSequenceName() public méthode

Returns the name of the affected sequence.
public getSequenceName ( string $table, string $column ) : string
$table string
$column string
Résultat string

quoteIdentifier() public méthode

Custom quote identifier method.
public quoteIdentifier ( string $identifier ) : string
$identifier string
Résultat string