|
SQLite3::lastInsertRowIDReturns the row ID of the most recent INSERT into the database Description
public int SQLite3::lastInsertRowID
( void
)
Returns the row ID of the most recent INSERT into the database. ParametersThis function has no parameters. Return ValuesReturns the row ID of the most recent INSERT into the database |