C Library Functions  - sqlite3_do (3)

NAME

sqlite3_do(3f) - [M_sqlite] Run a single SQL command

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_do(db, command)

       type(SQLITE_DATABASE) db
       character(len=*) command

DESCRIPTION

Run a single SQL command.

Side effects:

     Whatever effects the command has.

Note that no output is reported back to the caller (except for error codes and messages if any).

OPTIONS

db Variable identifying the database connection
command
  String holding a complete SQL command


Nemo Release 3.1 sqlite3_do (3) July 22, 2023
Generated by manServer 1.08 from 90a84a30-7860-4327-aa05-969a4c86f9e5 using man macros.