sqlite3_column_props(3f) - [M_sqlite] Convenience routine to set the properties of a column
Synopsis
Description
Options
Example
subroutine sqlite3_column_props(column, name, type, length)
type(SQLITE_COLUMN) :: column character(len=*) :: name integer :: type integer, optional :: length
Convenience routine to set the properties of a columnSide effects:
Fields in column filled
column The structure that holds the information on the column name Name of the column in the table to which it belongs or will belong type Type of the column: one of SQLITE_INT, SQLITE_REAL, SQLITE_DOUBLE or SQLITE_CHAR length Length of a character-valued column (defaults to 20 characters)
Nemo Release 3.1 | sqlite3_column_props (3) | February 23, 2025 |