[UP]


Manual Reference Pages  - sqlite3_rollback (3)

NAME

sqlite3_rollback(3f) - [M_sqlite] Rolls back any changes to the database since the last commit

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_rollback(db)

    type(SQLITE_DATABASE) :: db

DESCRIPTION

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

OPTIONS

db Structure for the database


sqlite3_rollback (3) October 17, 2020
Generated by manServer 1.08 from fc4b6f61-08aa-4f3a-9a6e-c5cc806ffce5 using man macros.