C Library Functions  - sqlite3_close (3)

NAME

sqlite3_close(3f) - [M_sqlite] Close a database file

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_close(db)

       type(SQLITE_DATABASE) db

DESCRIPTION

Close the database connection. Simply an interface to the corresponding C function.

Side effects:

     The database file is closed and can no longer be accessed

OPTIONS

db Structure variable identifying the database connection


Nemo Release 3.1 sqlite3_close (3) July 22, 2023
Generated by manServer 1.08 from 27f3f422-301a-43d1-aff5-2bee584b47bf using man macros.