Data Fields
ENV Struct Reference

Driver internal structure for environment (HENV). More...

#include <sqlite3odbc.h>

Data Fields

int magic
 Magic cookie. More...
 
int ov3
 True for SQL_OV_ODBC3. More...
 
struct dbcdbcs
 Pointer to first DBC. More...
 

Detailed Description

Driver internal structure for environment (HENV).

Definition at line 96 of file sqlite3odbc.h.

Field Documentation

struct dbc* ENV::dbcs

Pointer to first DBC.

Definition at line 102 of file sqlite3odbc.h.

Referenced by drvallocconnect(), drvallocenv(), drvfreeconnect(), and drvfreeenv().

int ENV::magic
int ENV::ov3

True for SQL_OV_ODBC3.

Definition at line 98 of file sqlite3odbc.h.

Referenced by drvallocconnect(), drvallocenv(), SQLAllocHandle(), SQLGetEnvAttr(), and SQLSetEnvAttr().


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

Generated on Mon Aug 22 2016 by doxygen.
Contact: chw@ch-werner.de