#include <AlterTable.hpp>
Public Member Functions | |
| STATIC_CONST (SignalLength=4) | |
Private Attributes | |
| Uint32 | senderData |
| Uint32 | senderRef |
| Uint32 | tableId |
| Uint32 | tableVersion |
Friends | |
| class | Dbdict |
| class | Ndbcntr |
| class | NdbDictInterface |
| bool | printALTER_TABLE_CONF (FILE *, const Uint32 *, Uint32, Uint16) |
Definition at line 237 of file AlterTable.hpp.
| AlterTableConf::STATIC_CONST | ( | SignalLength | = 4 |
) |
friend class Dbdict [friend] |
Sender(s)
Definition at line 241 of file AlterTable.hpp.
friend class Ndbcntr [friend] |
Sender(s) / Reciver(s)
Definition at line 246 of file AlterTable.hpp.
friend class NdbDictInterface [friend] |
Definition at line 247 of file AlterTable.hpp.
| bool printALTER_TABLE_CONF | ( | FILE * | output, | |
| const Uint32 * | theData, | |||
| Uint32 | len, | |||
| Uint16 | receiverBlockNo | |||
| ) | [friend] |
For printing
Definition at line 26 of file AlterTable.cpp.
00027 { 00028 // const AlterTableConf * const sig = (AlterTableConf *) theData; 00029 00030 return false; 00031 }
Uint32 AlterTableConf::senderData [private] |
Uint32 AlterTableConf::senderRef [private] |
Uint32 AlterTableConf::tableId [private] |
Uint32 AlterTableConf::tableVersion [private] |
1.4.7

