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

Field Documentation

char* tblres::errmsg

error message or NULL

Definition at line 1407 of file sqlite3odbc.c.

Referenced by drvgettable(), and drvgettable_row().

int tblres::nalloc

alloc'ed size of result array

Definition at line 1410 of file sqlite3odbc.c.

Referenced by drvgettable_row().

int tblres::ncol

number of columns in result array

Definition at line 1412 of file sqlite3odbc.c.

Referenced by drvgettable_row().

PTRDIFF_T tblres::ndata

index into result array

Definition at line 1413 of file sqlite3odbc.c.

Referenced by drvgettable_row().

int tblres::nrow

number of rows in result array

Definition at line 1411 of file sqlite3odbc.c.

Referenced by drvgettable_row().

int tblres::rc

SQLite return code.

Definition at line 1414 of file sqlite3odbc.c.

Referenced by drvgettable_row().

char** tblres::resarr

result array

Definition at line 1406 of file sqlite3odbc.c.

Referenced by drvgettable_row().

STMT* tblres::s

Driver statement pointer.

Definition at line 1409 of file sqlite3odbc.c.

Referenced by drvgettable_row().

sqlite3_stmt* tblres::stmt

SQLite3 statement pointer.

Definition at line 1408 of file sqlite3odbc.c.

Referenced by drvgettable_row().


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

Generated on Tue Jul 12 2016 by doxygen.
Contact: chw@ch-werner.de