PHP Класс eZ\Publish\Core\Persistence\Doctrine\ConnectionHandler\PostgresConnectionHandler

Наследование: extends eZ\Publish\Core\Persistence\Doctrine\ConnectionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getAutoIncrementValue() публичный Метод

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
Результат mixed

getSequenceName() публичный Метод

Returns the name of the affected sequence.
public getSequenceName ( string $table, string $column ) : string
$table string
$column string
Результат string

quoteIdentifier() публичный Метод

Custom quote identifier method.
public quoteIdentifier ( string $identifier ) : string
$identifier string
Результат string