Skip to content

SQLite3 Module Database getLastInsertID

DizzasTeR edited this page Nov 9, 2020 · 1 revision

SQLiteDatabase

getLastInsertID

Gets the last ID for the inserted row

int SQLiteDatabase:getLastInsertID()

Parameters

  • None

Returns

int - Last insert row ID

Example

Clone this wiki locally