sqlite3_rollback(3f) - [M_sqlite] Rolls back any changes to the database since the last commit
Synopsis
Description
Options
subroutine sqlite3_rollback(db)
type(SQLITE_DATABASE) :: db
Undo the changes made since the start of a transaction. The database will be restored to the state it was in before the transaction was started.
Note:
Accompanies sqlite3_begin
db Structure for the database
Nemo Release 3.1 | sqlite3_rollback (3) | February 23, 2025 |