ENV Struct Reference

#include <sqlite3odbc.h>


Detailed Description

Driver internal structure for environment (HENV).

Definition at line 96 of file sqlite3odbc.h.


Data Fields

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

Field Documentation

int ENV::ov3

True for SQL_OV_ODBC3.

Definition at line 98 of file sqlite3odbc.h.

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

struct dbc* ENV::dbcs [read]

Pointer to first DBC.

Definition at line 102 of file sqlite3odbc.h.

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


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

Generated on 9 Dec 2016 by doxygen.
Contact: chw@ch-werner.de