[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) October 17, 2020
Generated by manServer 1.08 from 89c75e55-2dc5-4939-9140-13d8530d0662 using man macros.