sqlite3_do(3f) - [M_sqlite] Run a single SQL command
Synopsis
Description
Options
subroutine sqlite3_do(db, command)
type(SQLITE_DATABASE) db character(len=*) command
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).
db Variable identifying the database connection command String holding a complete SQL command
Nemo Release 3.1 | sqlite3_do (3) | February 23, 2025 |