Metadata about an attribute. More...
#include <SystemManager.h>
Public Attributes | |
char | name [MAX_ATTRIBUTE_NAME] |
Name of attribute. | |
AttributeType | type |
Type of attribute. | |
int | length |
Length of attribute in bytes. |
Metadata about an attribute.
Metadata about an attribute. This structure is used as a parameter to SystemManager::createTable, as well as to SystemPrinter::SystemPrinter. You may also find it useful elsewhere in your implementation.