VisualIB  1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
vibdataset.h
Go to the documentation of this file.
1 
9 #ifndef VIBDATASET_H__
10 #define VIBDATASET_H__
11 
12 #include "vibdefines.h"
13 #include "vibtypes.h"
14 #include "vibdatabase.h"
15 #include "vibtransaction.h"
16 #include "vibstring.h"
17 
22 struct VIBDataSet
23 {
25  void *opaque;
26 };
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
102 VIBDLLFUNC VIBFieldType VIBCALL VIBDataSet_Fields_DataType(VIBDataSet *vds, int Idx);
104 VIBDLLFUNC VIBFieldKind VIBCALL VIBDataSet_Fields_FieldKind(VIBDataSet *vds, int Idx);
105 
106 #ifdef __cplusplus
107 }
108 #endif
109 
110 #endif
111 
112 // EOF
113