Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
char ** | azResult |
char * | zErrMsg |
u32 | nAlloc |
u32 | nRow |
u32 | nColumn |
u32 | nData |
int | rc |
char** TabResult::azResult |
Definition at line 136211 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
u32 TabResult::nAlloc |
Definition at line 136213 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
u32 TabResult::nColumn |
Definition at line 136215 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
u32 TabResult::nData |
Definition at line 136216 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
u32 TabResult::nRow |
Definition at line 136214 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
int TabResult::rc |
Definition at line 136217 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
char* TabResult::zErrMsg |
Definition at line 136212 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().