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) February 23, 2025
Generated by manServer 1.08 from 1481dc1c-12c2-491d-ba37-5bd29c74bb01 using man macros.