[UP]


Manual Reference Pages  - 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


sqlite3_column_props (3) March 11, 2021
Generated by manServer 1.08 from daa08d81-4523-48a0-ac74-83a242562ef3 using man macros.