sqlite3_set_column(3f) - [M_sqlite] Convenience routines to set the value of a column
Synopsis
Description
Options
subroutine sqlite3_set_column(column, value)
type(SQLITE_COLUMN) column any type value
Set the value of a columnSide effects:
Appropriate value field in column set
column The structure that holds the information on the column value The new value for the column. The type of the value that is passed can be integer, real, double precision real or character string. Note: currently there is no conversion from the type of value that is stored to the type of the actual variable that is passed to the routine. If you ask for an integer and the column holds a real, then the result is undefined. Check the type with the value of the flag "type_set". (This is one of the things that should be improved)
Nemo Release 3.1 | sqlite3_set_column (3) | February 23, 2025 |