16 #ifndef CREATE_INDX_IMPL_HPP 
   17 #define CREATE_INDX_IMPL_HPP 
   19 #include "SignalData.hpp" 
   22   STATIC_CONST( SignalLength = 8 );
 
   23   SECTION( ATTRIBUTE_LIST_SECTION = 0 );
 
   24   SECTION( INDEX_NAME_SECTION = 1 );
 
   37   STATIC_CONST( SignalLength = 2 );
 
   44   STATIC_CONST( SignalLength = 6 );
 
   51     IndexOnDiskAttributeError = 756,
 
   52     TriggerNotFound = 4238,
 
   54     IndexNameTooLong = 4241,
 
   55     TooManyIndexes = 4242,
 
   57     AttributeNullable = 4246,
 
   58     BadRequestType = 4247,
 
   60     InvalidPrimaryTable = 4249,
 
   61     InvalidIndexType = 4250,
 
   63     AllocationError = 4252,
 
   64     CreateIndexTableFailed = 4253,
 
   65     DuplicateAttributes = 4258,
 
   66     TableIsTemporary = 776,
 
   67     TableIsNotTemporary = 777,
 
   68     NoLoggingTemporaryIndex = 778,