[UP]


Manual Reference Pages  - 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


sqlite3_begin (3) March 11, 2021
Generated by manServer 1.08 from 7b282970-6008-4ead-9a67-2a90c360ba9c using man macros.