![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Public Attributes | |
| char ** | azResult |
| char * | zErrMsg |
| u32 | nAlloc |
| u32 | nRow |
| u32 | nColumn |
| u32 | nData |
| int | rc |
| char** TabResult::azResult |
Definition at line 135829 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
| u32 TabResult::nAlloc |
Definition at line 135831 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
| u32 TabResult::nColumn |
Definition at line 135833 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
| u32 TabResult::nData |
Definition at line 135834 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
| u32 TabResult::nRow |
Definition at line 135832 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
| int TabResult::rc |
Definition at line 135835 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().
| char* TabResult::zErrMsg |
Definition at line 135830 of file sqlite3.c.
Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().