Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

tblres Struct Reference


Data Fields

char ** resarr
char * errmsg
sqlite3_stmt * stmt
STMTs
int nres
int nalloc
int nrow
int ncol
PTRDIFF_T ndata
int rc

Field Documentation

char* tblres::errmsg
 

Definition at line 1214 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::nalloc
 

Definition at line 1218 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::ncol
 

Definition at line 1220 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

PTRDIFF_T tblres::ndata
 

Definition at line 1221 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::nres
 

Definition at line 1217 of file sqlite3odbc.c.

Referenced by drvgettable().

int tblres::nrow
 

Definition at line 1219 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::rc
 

Definition at line 1222 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

char** tblres::resarr
 

Definition at line 1213 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

STMT* tblres::s
 

Definition at line 1216 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

sqlite3_stmt* tblres::stmt
 

Definition at line 1215 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().


The documentation for this struct was generated from the following file:
Generated on 25 Jan 2012 by doxygen.
Contact: chw@ch-werner.de