C Library Functions  - sqlite3_next_row (3)

NAME

sqlite3_next_row(3f) - [M_sqlite] Gets the next row of data from a selection

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_next_row(stmt, columns, finished)

    type(SQLITE_STATEMENT) :: stmt
    type(SQLITE_COLUMN)    :: columns(:)
    logical                :: finished

DESCRIPTION

Retrieve the next row of a SELECT query. If the argument "finished" is set to true, the previous row was the last one.

OPTIONS

stmt Prepared statement. A derived type used as a handle to the prepared statement
columns
  Columns to be returned
finished
  Indicates when there is no more data. Set to .TRUE. if the last row was retrieved.


Nemo Release 3.1 sqlite3_next_row (3) July 22, 2023
Generated by manServer 1.08 from f4daaae3-13f4-4b59-9f2d-c2e056c0550b using man macros.