src/odbc/odbcEnv.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  CSqlOdbcEnv

Enumerations

enum  EnvState_t { E0, E1, E2 }


Enumeration Type Documentation

enum EnvState_t

Enumerator:
E0 
E1 
E2 

Definition at line 8 of file odbcEnv.h.

00009 {
00010     E0,     // Environment in unallocated state. (DriverManager)
00011     E1,     // Allocated Environment , hdbc in unallocated state.
00012     E2      // Allocated Environment , allocated hdbc.
00013 } EnvState_t ;


Generated on Mon Jun 9 22:41:09 2008 for csql by  doxygen 1.4.7