Extends
lithium\data\source\Database
Get the last insert id from the database.
Parameters
- object $query The given query, usually an instance of `lithium\data\model\Query`.
Returns
voidSource
protected function _insertId($query) {
return $this->connection->lastInsertRowID();
}