Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
sqlite3_context Struct Reference

Data Fields

MempOut
 
FuncDefpFunc
 
MempMem
 
VdbepVdbe
 
int iOp
 
int isError
 
u8 skipFlag
 
u8 argc
 
sqlite3_valueargv [1]
 

Detailed Description

Definition at line 21033 of file sqlite3.c.

Field Documentation

◆ argc

u8 sqlite3_context::argc

Definition at line 21041 of file sqlite3.c.

Referenced by sqlite3VdbeAddFunctionCall(), and sqlite3VdbeExec().

◆ argv

sqlite3_value* sqlite3_context::argv[1]

Definition at line 21042 of file sqlite3.c.

Referenced by sqlite3VdbeExec().

◆ iOp

◆ isError

◆ pFunc

◆ pMem

◆ pOut

◆ pVdbe

◆ skipFlag

u8 sqlite3_context::skipFlag

Definition at line 21040 of file sqlite3.c.

Referenced by sqlite3VdbeExec().


The documentation for this struct was generated from the following file: