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) | August 28, 2026 |
Generated by manServer 1.08 from c2552096-01ab-4a93-8378-396f4e39473e using man macros.