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) June 29, 2025
Generated by manServer 1.08 from dcb08d68-451d-45de-93bb-4be4acf4056d using man macros.