[UP]


Manual Reference Pages  - sqlite3_step (3)

NAME

sqlite3_step(3f) - [M_sqlite] Run the prepared SQL statement

CONTENTS

Synopsis
Description
Options

SYNOPSIS

subroutine sqlite3_step(stmt, completion)

    type(SQLITE_STATEMENT) stmt
    integer completion

DESCRIPTION

Run the prepared SQL statement for one step. The code in completion will tell whether it was successful or not. Simply an interface to the equivalent C routine.

OPTIONS

stmt A derived type used as a handle to the prepared statement
completion
  Return code, indicating if the command is complete or not (SQLITE_DONE (success), SQLITE_MISUSE or SQLITE_ERROR)


sqlite3_step (3) March 11, 2021
Generated by manServer 1.08 from b53a8075-683f-4f66-921f-664959cf6674 using man macros.