tblres Struct Reference


Detailed Description

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

Definition at line 1409 of file sqlite3odbc.c.


Data Fields

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

Field Documentation

result array

Definition at line 1410 of file sqlite3odbc.c.

Referenced by drvgettable_row().

error message or NULL

Definition at line 1411 of file sqlite3odbc.c.

Referenced by drvgettable_row().

sqlite3_stmt* tblres::stmt

SQLite3 statement pointer.

Definition at line 1412 of file sqlite3odbc.c.

Referenced by drvgettable_row().

Driver statement pointer.

Definition at line 1413 of file sqlite3odbc.c.

Referenced by drvgettable_row().

alloc'ed size of result array

Definition at line 1414 of file sqlite3odbc.c.

Referenced by drvgettable_row().

number of rows in result array

Definition at line 1415 of file sqlite3odbc.c.

Referenced by drvgettable_row().

number of columns in result array

Definition at line 1416 of file sqlite3odbc.c.

Referenced by drvgettable_row().

PTRDIFF_T tblres::ndata

index into result array

Definition at line 1417 of file sqlite3odbc.c.

Referenced by drvgettable_row().

SQLite return code.

Definition at line 1418 of file sqlite3odbc.c.

Referenced by drvgettable_row().


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

Generated on 9 Dec 2016 by doxygen.
Contact: chw@ch-werner.de