sqlite3_error(3f) - [M_sqlite] Return the last error code
Synopsis
Description
Options
Returns
err = sqlite3_error(db)
type(SQLITE_DATABASE) db
Return last SQLite error code for this database
db Structure variable identifying the database connection
err Retrieve whether the previous SQLite command resulted in an error or not. Returns true if so, otherwise false.
Nemo Release 3.1 | sqlite3_error (3) | February 23, 2025 |