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) February 23, 2025
Generated by manServer 1.08 from cfdbf24d-ec4b-4dab-b84b-927e690dac34 using man macros.