C Library Functions  - sqlite3_begin (3)

NAME

sqlite3_begin(3f) - [M_sqlite] Start a transaction on the given database

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_begin(db)

   type(SQLITE_DATABASE) db

DESCRIPTION

Start a transaction on the given database. When the corresponding routine sqlite3_commit is called, all changes will be made permanent. Use a transaction to gather lots of changes to the database - this is much faster than an automatic commission after each change.

Note:

      Should be accompanied by a call to either
      sqlite3_commit or sqlite3_rollback

OPTIONS

db Structure variable identifying the database


Nemo Release 3.1 sqlite3_begin (3) June 29, 2025
Generated by manServer 1.08 from 1ea138c8-4521-4d9d-9d65-10b466e7a992 using man macros.