#include <sqlite3odbc.h>
Definition at line 130 of file sqlite3odbc.h.
Data Fields | |
char * | db |
Database name. | |
char * | table |
Table name. | |
char * | column |
Column name. | |
int | type |
Data type of column. | |
int | size |
Size of column. | |
int | index |
Index of column in result. | |
int | nosign |
Unsigned type. | |
int | scale |
Scale of column. | |
int | prec |
Precision of column. | |
int | autoinc |
AUTO_INCREMENT column. | |
char * | typename |
Column type name or NULL. | |
char * | label |
Column label or NULL. |
|
AUTO_INCREMENT column.
Definition at line 140 of file sqlite3odbc.h. Referenced by drvcolattribute(), and drvcolattributes(). |
|
Column name.
Definition at line 133 of file sqlite3odbc.h. Referenced by drvcolattribute(), drvcolattributes(), drvdescribecol(), and fixupdyncols(). |
|
Database name.
Definition at line 131 of file sqlite3odbc.h. Referenced by drvcolattribute(). |
|
Index of column in result.
Definition at line 136 of file sqlite3odbc.h. |
|
Column label or NULL.
Definition at line 142 of file sqlite3odbc.h. Referenced by drvcolattribute(), drvcolattributes(), and fixupdyncols(). |
|
Unsigned type.
Definition at line 137 of file sqlite3odbc.h. Referenced by drvcolattribute(), drvcolattributes(), and getrowdata(). |
|
Precision of column.
Definition at line 139 of file sqlite3odbc.h. Referenced by drvcolattribute(), and drvcolattributes(). |
|
Scale of column.
Definition at line 138 of file sqlite3odbc.h. Referenced by drvcolattribute(), and drvcolattributes(). |
|
Size of column.
Definition at line 135 of file sqlite3odbc.h. Referenced by drvcolattribute(), drvcolattributes(), and drvdescribecol(). |
|
Table name.
Definition at line 132 of file sqlite3odbc.h. Referenced by drvcolattribute(), drvcolattributes(), and fixupdyncols(). |
|
Data type of column.
Definition at line 134 of file sqlite3odbc.h. Referenced by drvcolattribute(), drvcolattributes(), drvdescribecol(), getrowdata(), and SQLBindCol(). |
|
Column type name or NULL.
Definition at line 141 of file sqlite3odbc.h. Referenced by drvcolattribute(), drvcolattributes(), and freedyncols(). |