[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) October 17, 2020
Generated by manServer 1.08 from 4f572b39-515c-45cc-b7dd-aa1b2e6d11e0 using man macros.