Contains the attribute's types definition In our model we have five attribute types: interval of integer, enumeration, n-ary tree, relation and no relation. More...
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Macros | |
#define TYPE_INT 1 | |
Indicate a type that stores signed integers. | |
#define TYPE_ENUM 2 | |
Indicate a type that stores enumerations. | |
#define TYPE_TREE 3 | |
Indicate a type that stores a tree. | |
#define TYPE_RELATION 4 | |
Indicate a type that stores a relation. | |
#define TYPE_NORELATION 5 | |
Denote the absence of a relation in this attribute. | |
Typedefs | |
typedef unsigned char attrType | |
Stores the type of the attribute. | |
Detailed Description
Contains the attribute's types definition In our model we have five attribute types: interval of integer, enumeration, n-ary tree, relation and no relation.