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


Nemo Release 3.1 sqlite3_step (3) July 22, 2023
Generated by manServer 1.08 from ccb3f67a-f703-46ec-a971-a5151ced6f37 using man macros.