#include <AlterTable.hpp>
Definition at line 174 of file AlterTable.hpp.
Definition at line 194 of file AlterTable.hpp.
00194 { 00195 NoError = 0, 00196 InvalidTableVersion = 241, 00197 DropInProgress = 283, 00198 Busy = 701, 00199 BusyWithNR = 711, 00200 NotMaster = 702, 00201 InvalidFormat = 703, 00202 AttributeNameTooLong = 704, 00203 TableNameTooLong = 705, 00204 Inconsistency = 706, 00205 NoMoreTableRecords = 707, 00206 NoMoreAttributeRecords = 708, 00207 NoSuchTable = 709, 00208 AttributeNameTwice = 720, 00209 TableAlreadyExist = 721, 00210 ArraySizeTooBig = 737, 00211 RecordTooBig = 738, 00212 InvalidPrimaryKeySize = 739, 00213 NullablePrimaryKey = 740, 00214 UnsupportedChange = 741, 00215 BackupInProgress = 762, 00216 IncompatibleVersions = 763 00217 };
| Uint32 AlterTableRef::getErrorCode | ( | ) | const [inline] |
Definition at line 229 of file AlterTable.hpp.
References errorCode.
00229 { 00230 return errorCode; 00231 }
| Uint32 AlterTableRef::getErrorLine | ( | ) | const [inline] |
Definition at line 232 of file AlterTable.hpp.
References errorLine.
00232 { 00233 return errorLine; 00234 }
| AlterTableRef::STATIC_CONST | ( | SignalLength | = 7 |
) |
friend class Dbdict [friend] |
Sender(s)
Definition at line 178 of file AlterTable.hpp.
friend class Ndbcntr [friend] |
Sender(s) / Reciver(s)
Definition at line 183 of file AlterTable.hpp.
friend class NdbDictInterface [friend] |
Definition at line 184 of file AlterTable.hpp.
| bool printALTER_TABLE_REF | ( | FILE * | output, | |
| const Uint32 * | theData, | |||
| Uint32 | len, | |||
| Uint16 | receiverBlockNo | |||
| ) | [friend] |
For printing
Definition at line 33 of file AlterTable.cpp.
00034 { 00035 // const AlterTableRef * const sig = (AlterTableRef *) theData; 00036 00037 return false; 00038 }
Uint32 AlterTableRef::errorCode [private] |
Definition at line 223 of file AlterTable.hpp.
Referenced by Dbdict::alterTableRef(), Dbdict::execALTER_TAB_REF(), NdbDictInterface::execALTER_TABLE_REF(), and getErrorCode().
Uint32 AlterTableRef::errorKey [private] |
Definition at line 225 of file AlterTable.hpp.
Referenced by Dbdict::alterTableRef(), and Dbdict::execALTER_TAB_REF().
Uint32 AlterTableRef::errorLine [private] |
Definition at line 224 of file AlterTable.hpp.
Referenced by Dbdict::alterTableRef(), Dbdict::execALTER_TAB_REF(), and getErrorLine().
Uint32 AlterTableRef::masterNodeId [private] |
Definition at line 222 of file AlterTable.hpp.
Referenced by Dbdict::alterTableRef(), Dbdict::execALTER_TAB_REF(), and NdbDictInterface::execALTER_TABLE_REF().
Uint32 AlterTableRef::senderData [private] |
Definition at line 220 of file AlterTable.hpp.
Referenced by Dbdict::alterTableRef(), and Dbdict::execALTER_TAB_REF().
Uint32 AlterTableRef::senderRef [private] |
Definition at line 221 of file AlterTable.hpp.
Referenced by Dbdict::alterTableRef(), and Dbdict::execALTER_TAB_REF().
Uint32 AlterTableRef::status [private] |
Definition at line 226 of file AlterTable.hpp.
Referenced by Dbdict::alterTableRef(), and Dbdict::execALTER_TAB_REF().
1.4.7

