src/odbc/odbcStmt.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  CSqlOdbcStmt

Enumerations

enum  StmtState_t {
  S0, S1, S2, S3,
  S4, S5, S6, S7,
  S8, S9, S10, S11,
  S12
}


Enumeration Type Documentation

enum StmtState_t

Enumerator:
S0 
S1 
S2 
S3 
S4 
S5 
S6 
S7 
S8 
S9 
S10 
S11 
S12 

Definition at line 9 of file odbcStmt.h.

00010 {
00011      S0,                // hstmt in unallocated state 
00012      S1,                // hstmt in allocated state    
00013      S2,                // prepared hstmt - no result set will be genarated
00014      S3,                // prepared hstmt - result set will be genarated
00015      S4,                // executed hstmt - no result set generated.   
00016      S5,                // executed hstmt - result set generated.   
00017      S6,                // cursor positioned with SQLFetch
00018      S7,                // cursor positioned with SQLExtendedFetch
00019      S8,                // Function needs data - SQLParamData not called
00020      S9,                // Function needs data - SQLPutData not called
00021      S10,               // Function needs data - SQLPutData called
00022      S11,               // Still Executing
00023      S12                // Asyncronous cancel
00024  } StmtState_t ;


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