sqlite3_insert(3f) - [M_sqlite] Insert a complete row into the given table
Synopsis
Description
Options
subroutine sqlite3_insert(db, tablename, columns)
type(SQLITE_DATABASE) db character(len=*) tablename type(SQLITE_COLUMN), dimension(:) columns
Insert a complete new row into the table.
db Structure identifying the database connection tablename Name of the table into which the row must be inserted columns An array of values for all columns to be inserted
Nemo Release 3.1 | sqlite3_insert (3) | February 23, 2025 |