C Library Functions  - 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.


Nemo Release 3.1 sqlite3_get_column (3) February 23, 2025
Generated by manServer 1.08 from 8f7ac646-a5a7-4319-9dc9-f918e30a57ae using man macros.