18 #ifndef CREATE_TABLE_HPP
19 #define CREATE_TABLE_HPP
21 #include "SignalData.hpp"
24 STATIC_CONST( SignalLength = 5 );
26 union { Uint32 clientRef, senderRef; };
27 union { Uint32 clientData, senderData; };
32 SECTION( DICT_TAB_INFO = 0 );
36 STATIC_CONST( SignalLength = 5 );
39 union { Uint32 clientData, senderData; };
46 STATIC_CONST( SignalLength = 9 );
53 TooManySchemaOps = 783,
54 InvalidTransKey = 781,
57 AttributeNameTooLong = 704,
58 TableNameTooLong = 705,
60 NoMoreTableRecords = 707,
61 NoMoreAttributeRecords = 708,
62 AttributeNameTwice = 720,
63 TableAlreadyExist = 721,
64 InvalidArraySize = 736,
65 ArraySizeTooBig = 737,
67 InvalidPrimaryKeySize = 739,
68 NullablePrimaryKey = 740,
71 InvalidTablespace = 755,
72 VarsizeBitfieldNotSupported = 757,
74 InvalidTablespaceVersion = 759,
75 OutOfStringBuffer = 773,
76 NoLoggingTemporaryTable = 778,
78 TableDefinitionTooBig = 793,
79 FeatureRequiresUpgrade = 794
83 union { Uint32 clientData, senderData; };
93 Uint32 getErrorCode()
const {
96 Uint32 getErrorLine()
const {