Public Types | 
| enum   | ErrorCode {  
  NoError =  0, 
InvalidTableVersion =  241, 
DropInProgress =  283, 
Busy =  701, 
 
  BusyWithNR =  711, 
NotMaster =  702, 
InvalidFormat =  703, 
AttributeNameTooLong =  704, 
 
  TableNameTooLong =  705, 
Inconsistency =  706, 
NoMoreTableRecords =  707, 
NoMoreAttributeRecords =  708, 
 
  NoSuchTable =  709, 
AttributeNameTwice =  720, 
TableAlreadyExist =  721, 
ArraySizeTooBig =  737, 
 
  RecordTooBig =  738, 
InvalidPrimaryKeySize =  739, 
NullablePrimaryKey =  740, 
UnsupportedChange =  741, 
 
  BackupInProgress =  762, 
IncompatibleVersions =  763, 
SingleUser =  299, 
TableDefinitionTooBig =  793
 
 } | 
Public Member Functions | 
| 
  | STATIC_CONST (SignalLength=9) | 
Public Attributes | 
| 
Uint32  | senderRef | 
| 
union { | 
|    Uint32   clientData | 
|    Uint32   senderData | 
| };  |  | 
| 
Uint32  | transId | 
| 
Uint32  | errorCode | 
| 
Uint32  | errorLine | 
| 
Uint32  | errorNodeId | 
| 
Uint32  | masterNodeId | 
| 
Uint32  | errorStatus | 
| 
Uint32  | errorKey | 
Detailed Description
Definition at line 280 of file AlterTable.hpp.
 
The documentation for this struct was generated from the following file: