CompleteDB Embedded: Direct C++ API  2.4.2
CompleteDbEnum.h
Go to the documentation of this file.
1 #ifndef COMPLETEDB_COMPLETEDB_ENUM_H
2 #define COMPLETEDB_COMPLETEDB_ENUM_H
3 
8 
9  enum Enum {
10  New = 0,
12  };
13 
14 }; /* completedb_ColumnState */
15 
20 
21  enum Enum {
22  Bool = 0,
30  };
31 
32 }; /* completedb_ColumnType */
33 
38 
39  enum Enum {
40  None = 0,
55  };
56 
57 }; /* completedb_Error */
58 
63 
64  enum Enum {
65  Hash = 0,
67  };
68 
69 }; /* completedb_IndexKind */
70 
75 
76  enum Enum {
77  Unique = 0,
79  };
80 
81 }; /* completedb_IndexType */
82 
83 #endif /* COMPLETEDB_COMPLETEDB_ENUM_H */