sqlite3_get_column(3f) - [M_sqlite] Convenience routine to get the value of a column
Synopsis
Description
Options
subroutine sqlite3_get_column(column, value)
type(SQLITE_COLUMN) :: column any type :: value
Get the value of a columnSide effects:
Value argument will be setNote:
No attempt is made to convert the value to the requested value. You will have to check this yourself
column The structure that holds the information on the column value The value stored in the column. The type of the value that is passed can be integer, real, double precision real or character string.
Nemo Release 3.1 | sqlite3_get_column (3) | February 23, 2025 |