#include <ErrorType.h>
#include <DataType.h>
#include <Field.h>
Include dependency graph for Info.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
class | FieldNameList |
Field name list used to specify composite key while creating index. More... | |
class | TableDef |
Represents table definition used to create the table. More... | |
class | FieldInfo |
class | IndexInitInfo |
Represents index definition used to create index. More... | |
class | HashIndexInitInfo |
Represents hash index definition used to create index. More... | |
Enumerations | |
enum | IndexType { hashIndex = 0, treeIndex } |
A Enum value. More... |
enum IndexType |