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

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

Защищенные свойства (Protected)

Свойство Тип Описание
$lastInsertedIds

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

Метод Описание
getAutoIncrementValue ( string $table, string $column ) : mixed Get auto increment value.
getSequenceName ( string $table, string $column ) : string Returns the name of the affected sequence.
lastInsertId ( string $sequenceName = null ) : string Retrieve the last auto incremet or sequence id.

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

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

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

Retrieve the last auto incremet or sequence id.
public lastInsertId ( string $sequenceName = null ) : string
$sequenceName string
Результат string

Описание свойств

$lastInsertedIds защищенное свойство

protected $lastInsertedIds