PHP 클래스 eZ\Publish\Core\Persistence\Doctrine\ConnectionHandler\SqliteConnectionHandler

상속: extends eZ\Publish\Core\Persistence\Doctrine\ConnectionHandler
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$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