ENV Struct Reference

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

#include <sqlite3odbc.h>

Data Fields

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

Detailed Description

Driver internal structure for environment (HENV).

Definition at line 96 of file sqlite3odbc.h.

Field Documentation

◆ dbcs

struct dbc* ENV::dbcs

Pointer to first DBC.

Definition at line 103 of file sqlite3odbc.h.

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

◆ magic

int ENV::magic

◆ ov3

int ENV::ov3

True for SQL_OV_ODBC3.

Definition at line 98 of file sqlite3odbc.h.

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

◆ pool

int ENV::pool

True for SQL_CP_ONE_PER_DRIVER.

Definition at line 99 of file sqlite3odbc.h.

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


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

Generated on Sun Nov 26 2023 by doxygen.
Contact: chw@ch-werner.de