Go to the source code of this file.
|
#define | TABLEDESCRIPTOR_SPEC "struct tableDescriptor { \ char fColumnName[20]; \ unsigned int fIndexArray[2]; \ unsigned int fOffset; \ unsigned int fSize; \ unsigned int fTypeSize; \ unsigned int fDimensions; \ EColumnType fType; \};" |
|
#define TABLEDESCRIPTOR_SPEC "struct tableDescriptor { \ char fColumnName[20]; \ unsigned int fIndexArray[2]; \ unsigned int fOffset; \ unsigned int fSize; \ unsigned int fTypeSize; \ unsigned int fDimensions; \ EColumnType fType; \};" |