[UP]


Manual Reference Pages  - sqlite3_insert (3)

NAME

sqlite3_insert(3f) - [M_sqlite] Insert a complete row into the given table

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_insert(db, tablename, columns)

    type(SQLITE_DATABASE) db
    character(len=*) tablename
    type(SQLITE_COLUMN), dimension(:) columns

DESCRIPTION

Insert a complete new row into the table.

OPTIONS

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


sqlite3_insert (3) March 11, 2021
Generated by manServer 1.08 from dc8a0be5-f9d7-40d4-8399-d09ed61e9176 using man macros.