VisualIB  1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
vibtypes.h
Go to the documentation of this file.
1 
14 #ifndef VIBTYPES_H__
15 #define VIBTYPES_H__
16 
18 typedef int VIBBOOL;
19 
21 #define VIBFALSE 0
22 
24 #define VIBTRUE 1
25 
26 // Enumerations
27 
35 {
36  vib_tfQPrepare = 0x00000001,
37  vib_tfQExecute = 0x00000002,
38  vib_tfQFetch = 0x00000004,
39  vib_tfError = 0x00000008,
40  vib_tfStmt = 0x00000010,
41  vib_tfConnect = 0x00000020,
42  vib_tfTransact = 0x00000040,
43  vib_tfBlob = 0x00000080,
44  vib_tfService = 0x00000100,
45  vib_tfMisc = 0x00000200
46 };
47 typedef int VIBTraceFlags;
48 
55 {
60 };
61 typedef int VIBTransactionAction;
62 
68 {
74 };
75 typedef int VIBAutoStopAction;
76 
83 {
98 };
99 typedef int VIBSQLTypes;
100 
106 {
143 };
144 typedef int VIBFieldType;
145 
151 {
156 };
157 typedef int VIBFieldKind;
158 
159 
160 #endif
161 
162 // EOF
163