Data Fields
tblres Struct Reference

Internal structure for managing driver's sqlite3_get_table() implementation. More...

Data Fields

char ** resarr
 result array More...
 
char * errmsg
 error message or NULL More...
 
sqlite3_stmt * stmt
 SQLite3 statement pointer. More...
 
STMTs
 Driver statement pointer. More...
 
int nalloc
 alloc'ed size of result array More...
 
int nrow
 number of rows in result array More...
 
int ncol
 number of columns in result array More...
 
PTRDIFF_T ndata
 index into result array More...
 
int rc
 SQLite return code. More...
 

Detailed Description

Internal structure for managing driver's sqlite3_get_table() implementation.

Definition at line 1390 of file sqlite3odbc.c.

Field Documentation

char* tblres::errmsg

error message or NULL

Definition at line 1392 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::nalloc

alloc'ed size of result array

Definition at line 1395 of file sqlite3odbc.c.

Referenced by drvgettable_row().

int tblres::ncol

number of columns in result array

Definition at line 1397 of file sqlite3odbc.c.

Referenced by drvgettable_row().

PTRDIFF_T tblres::ndata

index into result array

Definition at line 1398 of file sqlite3odbc.c.

Referenced by drvgettable_row().

int tblres::nrow

number of rows in result array

Definition at line 1396 of file sqlite3odbc.c.

Referenced by drvgettable_row().

int tblres::rc

SQLite return code.

Definition at line 1399 of file sqlite3odbc.c.

Referenced by drvgettable_row().

char** tblres::resarr

result array

Definition at line 1391 of file sqlite3odbc.c.

Referenced by drvgettable_row().

STMT* tblres::s

Driver statement pointer.

Definition at line 1394 of file sqlite3odbc.c.

Referenced by drvgettable_row().

sqlite3_stmt* tblres::stmt

SQLite3 statement pointer.

Definition at line 1393 of file sqlite3odbc.c.

Referenced by drvgettable_row().


The documentation for this struct was generated from the following file:

Generated on Sun Oct 25 2015 by doxygen.
Contact: chw@ch-werner.de