tblres Struct Reference


Detailed Description

Definition at line 419 of file sqlite3odbc.c.

Data Fields

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


Field Documentation

char* tblres::errmsg
 

Definition at line 421 of file sqlite3odbc.c.

Referenced by drvgettable().

int tblres::nalloc
 

Definition at line 424 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::ncol
 

Definition at line 426 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::ndata
 

Definition at line 427 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::nres
 

Definition at line 423 of file sqlite3odbc.c.

Referenced by drvgettable().

int tblres::nrow
 

Definition at line 425 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::rc
 

Definition at line 428 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

char** tblres::resarr
 

Definition at line 420 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

sqlite3_stmt* tblres::stmt
 

Definition at line 422 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().


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