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

Data Fields

char ** azResult
 
char * zErrMsg
 
u32 nAlloc
 
u32 nRow
 
u32 nColumn
 
u32 nData
 
int rc
 

Detailed Description

Definition at line 136210 of file sqlite3.c.

Field Documentation

◆ azResult

char** TabResult::azResult

Definition at line 136211 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ nAlloc

u32 TabResult::nAlloc

Definition at line 136213 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ nColumn

u32 TabResult::nColumn

Definition at line 136215 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ nData

u32 TabResult::nData

Definition at line 136216 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ nRow

u32 TabResult::nRow

Definition at line 136214 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ rc

int TabResult::rc

Definition at line 136217 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ zErrMsg

char* TabResult::zErrMsg

Definition at line 136212 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().


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