#include <AlterTab.hpp>
Public Types | |
| AlterTablePrepare = 0 | |
| AlterTableCommit = 1 | |
| AlterTableRevert = 2 | |
| enum | RequestType { AlterTablePrepare = 0, AlterTableCommit = 1, AlterTableRevert = 2 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=9) | |
Private Member Functions | |
| SECTION (DICT_TAB_INFO=0) | |
Private Attributes | |
| Uint32 | senderRef |
| Uint32 | senderData |
| Uint32 | clientRef |
| Uint32 | clientData |
| Uint32 | changeMask |
| Uint32 | tableId |
| Uint32 | tableVersion |
| Uint32 | gci |
| Uint32 | requestType |
Friends | |
| class | Dbdict |
| class | Dbdih |
| class | Dbtc |
| class | Dblqh |
| class | Suma |
| bool | printALTER_TAB_REQ (FILE *, const Uint32 *, Uint32, Uint16) |
Implemenatation of AlterTable
Definition at line 28 of file AlterTab.hpp.
Definition at line 46 of file AlterTab.hpp.
00046 { 00047 AlterTablePrepare = 0, // Prepare alter table 00048 AlterTableCommit = 1, // Commit alter table 00049 AlterTableRevert = 2 // Prepare failed, revert instead 00050 };
| AlterTabReq::SECTION | ( | DICT_TAB_INFO | = 0 |
) | [private] |
| AlterTabReq::STATIC_CONST | ( | SignalLength | = 9 |
) |
friend class Dbdict [friend] |
Sender(s) / Reciver(s)
Definition at line 32 of file AlterTab.hpp.
friend class Dbdih [friend] |
Definition at line 33 of file AlterTab.hpp.
friend class Dblqh [friend] |
Definition at line 35 of file AlterTab.hpp.
friend class Dbtc [friend] |
Definition at line 34 of file AlterTab.hpp.
| bool printALTER_TAB_REQ | ( | FILE * | output, | |
| const Uint32 * | theData, | |||
| Uint32 | len, | |||
| Uint16 | receiverBlockNo | |||
| ) | [friend] |
For printing
Definition at line 19 of file AlterTab.cpp.
00020 { 00021 // const AlterTabReq * const sig = (AlterTabReq *) theData; 00022 00023 return false; 00024 }
friend class Suma [friend] |
Definition at line 36 of file AlterTab.hpp.
Uint32 AlterTabReq::changeMask [private] |
Definition at line 57 of file AlterTab.hpp.
Referenced by Dbdict::alterTab_writeTableConf(), Dbdict::execALTER_TAB_CONF(), Dbtc::execALTER_TAB_REQ(), Dblqh::execALTER_TAB_REQ(), Dbdih::execALTER_TAB_REQ(), Dbdict::execALTER_TAB_REQ(), and Dbdict::handleAlterTab().
Uint32 AlterTabReq::clientData [private] |
Definition at line 55 of file AlterTab.hpp.
Uint32 AlterTabReq::clientRef [private] |
Definition at line 54 of file AlterTab.hpp.
Uint32 AlterTabReq::gci [private] |
Definition at line 60 of file AlterTab.hpp.
Referenced by Dbdict::alterTab_writeTableConf(), Dbdict::execALTER_TAB_CONF(), Dbtc::execALTER_TAB_REQ(), Dblqh::execALTER_TAB_REQ(), Dbdih::execALTER_TAB_REQ(), and Dbdict::execALTER_TAB_REQ().
Uint32 AlterTabReq::requestType [private] |
Definition at line 61 of file AlterTab.hpp.
Referenced by Dbdict::alterTab_writeTableConf(), Dbdict::execALTER_TAB_CONF(), Dbtc::execALTER_TAB_REQ(), Dblqh::execALTER_TAB_REQ(), Dbdih::execALTER_TAB_REQ(), and Dbdict::execALTER_TAB_REQ().
Uint32 AlterTabReq::senderData [private] |
Definition at line 53 of file AlterTab.hpp.
Referenced by Dbdict::alterTab_writeTableConf(), Dbdict::alterTabRef(), Dbdict::execALTER_TAB_CONF(), Dbtc::execALTER_TAB_REQ(), Dblqh::execALTER_TAB_REQ(), Dbdih::execALTER_TAB_REQ(), and Dbdict::execALTER_TAB_REQ().
Uint32 AlterTabReq::senderRef [private] |
Definition at line 52 of file AlterTab.hpp.
Referenced by Dbdict::alterTab_writeTableConf(), Dbdict::alterTabRef(), Dbdict::execALTER_TAB_CONF(), Dbtc::execALTER_TAB_REQ(), Dblqh::execALTER_TAB_REQ(), Dbdih::execALTER_TAB_REQ(), and Dbdict::execALTER_TAB_REQ().
Uint32 AlterTabReq::tableId [private] |
Definition at line 58 of file AlterTab.hpp.
Referenced by Dbdict::alterTab_writeTableConf(), Dbdict::execALTER_TAB_CONF(), Dbtc::execALTER_TAB_REQ(), Dblqh::execALTER_TAB_REQ(), Dbdih::execALTER_TAB_REQ(), and Dbdict::execALTER_TAB_REQ().
Uint32 AlterTabReq::tableVersion [private] |
Definition at line 59 of file AlterTab.hpp.
Referenced by Dbdict::alterTab_writeTableConf(), Dbdict::execALTER_TAB_CONF(), Dbtc::execALTER_TAB_REQ(), Dblqh::execALTER_TAB_REQ(), Dbdih::execALTER_TAB_REQ(), and Dbdict::execALTER_TAB_REQ().
1.4.7

