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 993 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::nalloc
 

Definition at line 997 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::ncol
 

Definition at line 999 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

PTRDIFF_T tblres::ndata
 

Definition at line 1000 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::nres
 

Definition at line 996 of file sqlite3odbc.c.

Referenced by drvgettable().

int tblres::nrow
 

Definition at line 998 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::rc
 

Definition at line 1001 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

char** tblres::resarr
 

Definition at line 992 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

STMT* tblres::s
 

Definition at line 995 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

sqlite3_stmt* tblres::stmt
 

Definition at line 994 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().


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