[UP]


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


sqlite3_commit (3) March 11, 2021
Generated by manServer 1.08 from 64564cc5-8f18-43e7-9e81-a81e274f521d using man macros.