Get the last insert id from the database.

Parameters

  • object $query The given query, usually an instance of `lithium\data\model\Query`.

Returns

void

Source

						protected function _insertId($query) {
		return $this->connection->lastInsertRowID();
	}