#include <sqlite3odbc.h>
Definition at line 162 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. | |
| int | notnull |
| NOT NULL constraint on column. | |
| char * | typename |
| Column type name or NULL. | |
| char * | label |
| Column label or NULL. | |
|
|
AUTO_INCREMENT column.
Definition at line 172 of file sqlite3odbc.h. Referenced by drvcolattributes(), fixupdyncols(), and s3stmt_step(). |
|
|
Column name.
Definition at line 165 of file sqlite3odbc.h. Referenced by drvcolattributes(), drvdescribecol(), fixupdyncols(), s3stmt_step(), and SQLDescribeColW(). |
|
|
Database name.
Definition at line 163 of file sqlite3odbc.h. Referenced by s3stmt_step(). |
|
|
Index of column in result.
Definition at line 168 of file sqlite3odbc.h. Referenced by s3stmt_step(). |
|
|
Column label or NULL.
Definition at line 175 of file sqlite3odbc.h. Referenced by drvcolattributes(), fixupdyncols(), and s3stmt_step(). |
|
|
Unsigned type.
Definition at line 169 of file sqlite3odbc.h. Referenced by drvcolattributes(), fixupdyncols(), getrowdata(), and s3stmt_step(). |
|
|
NOT NULL constraint on column.
Definition at line 173 of file sqlite3odbc.h. Referenced by drvcolattributes(), fixupdyncols(), and s3stmt_step(). |
|
|
Precision of column.
Definition at line 171 of file sqlite3odbc.h. Referenced by drvcolattributes(), fixupdyncols(), getrowdata(), and s3stmt_step(). |
|
|
Scale of column.
Definition at line 170 of file sqlite3odbc.h. Referenced by drvcolattributes(), and s3stmt_step(). |
|
|
Size of column.
Definition at line 167 of file sqlite3odbc.h. Referenced by drvcolattributes(), drvdescribecol(), fixupdyncols(), and s3stmt_step(). |
|
|
Table name.
Definition at line 164 of file sqlite3odbc.h. Referenced by drvcolattributes(), fixupdyncols(), and s3stmt_step(). |
|
|
Data type of column.
Definition at line 166 of file sqlite3odbc.h. Referenced by drvbindcol(), drvcolattributes(), drvdescribecol(), fixupdyncols(), getrowdata(), and s3stmt_step(). |
|
|
Column type name or NULL.
Definition at line 174 of file sqlite3odbc.h. Referenced by drvcolattributes(), fixupdyncols(), freedyncols(), and s3stmt_step(). |