[UP]


Manual Reference Pages  - sqlite3_get_column (3)

NAME

sqlite3_get_column(3f) - [M_sqlite] Convenience routine to get the value of a column

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_get_column(column, value)

    type(SQLITE_COLUMN) :: column
    any type            :: value

DESCRIPTION

Get the value of a column

Side effects:

        Value argument will be set

Note:

        No attempt is made to convert the value
        to the requested value. You will have to
        check this yourself

OPTIONS

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.


sqlite3_get_column (3) March 11, 2021
Generated by manServer 1.08 from ac774e98-8e62-4325-95f8-ff779652c36f using man macros.