C Library Functions  - sqlite3_column_props (3)

NAME

sqlite3_column_props(3f) - [M_sqlite] Convenience routine to set the properties of a column

CONTENTS

Synopsis
Description
Options
Example

SYNOPSIS

subroutine sqlite3_column_props(column, name, type, length)

       type(SQLITE_COLUMN) :: column
       character(len=*)    :: name
       integer             :: type
       integer, optional   :: length

DESCRIPTION

Convenience routine to set the properties of a column

Side effects:

          Fields in column filled

OPTIONS

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)

EXAMPLE


Nemo Release 3.1 sqlite3_column_props (3) July 22, 2023
Generated by manServer 1.08 from a6be2160-0308-4964-ac91-8139e591fc90 using man macros.