Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

ENV Struct Reference

#include <sqliteodbc.h>


Detailed Description

Driver internal structure for environment (HENV).

Definition at line 66 of file sqliteodbc.h.

Data Fields

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


Field Documentation

struct dbc* ENV::dbcs
 

Pointer to first DBC.

Definition at line 69 of file sqliteodbc.h.

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

int ENV::magic
 

Magic cookie.

Definition at line 67 of file sqliteodbc.h.

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

int ENV::ov3
 

True for SQL_OV_ODBC3.

Definition at line 68 of file sqliteodbc.h.

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


The documentation for this struct was generated from the following file:
Generated on 8 Nov 2004 by doxygen.
Contact: chw@ch-werner.de