C Library Functions  - sqlite3_commit (3)

NAME

sqlite3_commit(3f) - [M_sqlite] Commits a transaction on the given database

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_commit(db)

    type(SQLITE_DATABASE) db

DESCRIPTION

Commit the changes made since the start of a transaction. This makes the changes permanent.

Note:

    Accompanies sqlite3_begin

OPTIONS

db Structure for the database


Nemo Release 3.1 sqlite3_commit (3) July 22, 2023
Generated by manServer 1.08 from b0a9437e-ca9e-4553-85e3-9d1212d842dd using man macros.