CompleteDB Embedded: Direct C++ API
2.4.2
Main Page
Namespaces
Classes
Files
File List
File Members
CompleteDbEnum.h
Go to the documentation of this file.
1
#ifndef COMPLETEDB_COMPLETEDB_ENUM_H
2
#define COMPLETEDB_COMPLETEDB_ENUM_H
3
7
struct
completedb_ColumnState
{
8
9
enum
Enum
{
10
New
= 0,
11
Database
12
};
13
14
};
/* completedb_ColumnState */
15
19
struct
completedb_ColumnType
{
20
21
enum
Enum
{
22
Bool
= 0,
23
Int8
,
24
Int16
,
25
Int32
,
26
Int64
,
27
Float
,
28
Double
,
29
String
30
};
31
32
};
/* completedb_ColumnType */
33
37
struct
completedb_Error
{
38
39
enum
Enum
{
40
None
= 0,
41
Unknown
,
42
Disconnected
,
43
InternalError
,
44
OutOfMemory
,
45
TableAlreadyExists
,
46
TableNotFound
,
47
RowNotFound
,
48
TableTlsLimit
,
49
TableOutOfMemory
,
50
DuplicateValueOnSurrogate
,
51
ColumnNotFound
,
52
StatementNotPrepared
,
53
WrongColumnType
,
54
UnableToConnect
55
};
56
57
};
/* completedb_Error */
58
62
struct
completedb_IndexKind
{
63
64
enum
Enum
{
65
Hash
= 0,
66
Tree
67
};
68
69
};
/* completedb_IndexKind */
70
74
struct
completedb_IndexType
{
75
76
enum
Enum
{
77
Unique
= 0,
78
NonUnique
79
};
80
81
};
/* completedb_IndexType */
82
83
#endif
/* COMPLETEDB_COMPLETEDB_ENUM_H */
Z:
mmx
workspace
CompleteDB
sourceApi
include
common
CompleteDbEnum.h
Generated on Wed Apr 24 2013 16:54:05 for CompleteDB Embedded: Direct C++ API by
1.8.1.2