Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
lithium
data
source
database
adapter
Sqlite3
_insertId
lithium\data\source\database\adapter\Sqlite3::_insertId PHP Метод
Документация по классу Sqlite3
Показать файл
Открыть проект
_insertId()
защищенный
Метод
Gets the last auto-generated ID from the query that inserted a new record.
protected
_insertId
(
object
$query
) :
mixed
$query
object
The `Query` object associated with the query which generated
Результат
mixed
Returns the last inserted ID key for an auto-increment column or a column bound to a sequence.
protected function _insertId($query) { return $this->connection->lastInsertId(); }
Sqlite3
__construct
_buildColumn
_column
_execute
_insertId
connect
describe
disconnect
enabled
encoding
error
sources