[UP]


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


sqlite3_close (3) October 17, 2020
Generated by manServer 1.08 from a36252a7-81e3-4f2a-b92e-a97cbb44285f using man macros.