ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
TabResult Struct Reference

Public Attributes

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

Detailed Description

Definition at line 135828 of file sqlite3.c.

Member Data Documentation

◆ azResult

char** TabResult::azResult

Definition at line 135829 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ nAlloc

u32 TabResult::nAlloc

Definition at line 135831 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ nColumn

u32 TabResult::nColumn

Definition at line 135833 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ nData

u32 TabResult::nData

Definition at line 135834 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ nRow

u32 TabResult::nRow

Definition at line 135832 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ rc

int TabResult::rc

Definition at line 135835 of file sqlite3.c.

Referenced by sqlite3_get_table(), and sqlite3_get_table_cb().

◆ zErrMsg

char* TabResult::zErrMsg

Definition at line 135830 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: