#include <sqlite3odbc.h>
Definition at line 81 of file sqlite3odbc.h.
Data Fields | |
int | magic |
Magic cookie. | |
int | ov3 |
True for SQL_OV_ODBC3. | |
dbc * | dbcs |
Pointer to first DBC. |
|
Pointer to first DBC.
Definition at line 84 of file sqlite3odbc.h. Referenced by drvallocconnect(), drvallocenv(), drvfreeconnect(), and drvfreeenv(). |
|
Magic cookie.
Definition at line 82 of file sqlite3odbc.h. Referenced by drvallocconnect(), drvallocenv(), drvfreeconnect(), drvfreeenv(), SQLAllocHandle(), SQLGetEnvAttr(), and SQLSetEnvAttr(). |
|
True for SQL_OV_ODBC3.
Definition at line 83 of file sqlite3odbc.h. Referenced by drvallocconnect(), drvallocenv(), SQLAllocHandle(), SQLGetEnvAttr(), and SQLSetEnvAttr(). |