Handbook
Glossary
sqlite3_stmt_scanstatus ( pStmt idx iScanStatusOp pOut -- int )
Vocabulary
db
.
sqlite
.
ffi
Inputs
pStmt
an
object
idx
an
object
iScanStatusOp
an
object
pOut
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.sqlite.ffi
LIBRARY:
sqlite
FUNCTION:
int
sqlite3_stmt_scanstatus
( sqlite3_stmt* pStmt,
int
idx,
int
iScanStatusOp, void*
pOut )