Driver internal structure for environment (HENV). More...
#include <sqlite3odbc.h>
Data Fields | |
| int | magic |
| Magic cookie. | |
| int | ov3 |
| True for SQL_OV_ODBC3. | |
| struct dbc * | dbcs |
| Pointer to first DBC. | |
Driver internal structure for environment (HENV).
Definition at line 96 of file sqlite3odbc.h.
Pointer to first DBC.
Definition at line 102 of file sqlite3odbc.h.
Referenced by drvallocconnect(), drvallocenv(), drvfreeconnect(), and drvfreeenv().
| int ENV::magic |
Magic cookie.
Definition at line 97 of file sqlite3odbc.h.
Referenced by drvallocconnect(), drvallocenv(), drvendtran(), drvfreeconnect(), drvfreeenv(), SQLAllocHandle(), SQLGetEnvAttr(), and SQLSetEnvAttr().
| int ENV::ov3 |
True for SQL_OV_ODBC3.
Definition at line 98 of file sqlite3odbc.h.
Referenced by drvallocconnect(), drvallocenv(), SQLAllocHandle(), SQLGetEnvAttr(), and SQLSetEnvAttr().