#include <LqhFrag.hpp>
Public Types | |
| CreateInRunning = 0x8000000 | |
| TemporaryTable = 0x00000010 | |
| enum | RequestInfo { CreateInRunning = 0x8000000, TemporaryTable = 0x00000010 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=11) | |
Private Attributes | |
| Uint32 | dihPtr |
| Uint32 | senderData |
| Uint32 | fragmentId |
| Uint32 | requestInfo |
| Uint32 | tableId |
| Uint32 | nextLCP |
| Uint32 | nodeId |
| Uint32 | totalFragments |
| Uint32 | startGci |
| Uint32 | tablespaceId |
| Uint32 | logPartId |
Friends | |
| class | Dbdih |
| class | Dbdict |
| bool | printADD_FRAG_REQ (FILE *, const Uint32 *, Uint32, Uint16) |
Definition at line 22 of file LqhFrag.hpp.
Definition at line 38 of file LqhFrag.hpp.
00038 { 00039 CreateInRunning = 0x8000000, 00040 TemporaryTable = 0x00000010 00041 };
| AddFragReq::STATIC_CONST | ( | SignalLength | = 11 |
) |
friend class Dbdict [friend] |
Receiver(s)
Definition at line 31 of file LqhFrag.hpp.
friend class Dbdih [friend] |
Sender(s)
Definition at line 26 of file LqhFrag.hpp.
Uint32 AddFragReq::dihPtr [private] |
Definition at line 43 of file LqhFrag.hpp.
Referenced by Dbdict::execADD_FRAGREQ(), and Dbdih::sendAddFragreq().
Uint32 AddFragReq::fragmentId [private] |
Definition at line 45 of file LqhFrag.hpp.
Referenced by Dbdict::execADD_FRAGREQ(), and Dbdih::sendAddFragreq().
Uint32 AddFragReq::logPartId [private] |
Definition at line 53 of file LqhFrag.hpp.
Referenced by Dbdict::execADD_FRAGREQ(), and Dbdih::sendAddFragreq().
Uint32 AddFragReq::nextLCP [private] |
Definition at line 48 of file LqhFrag.hpp.
Referenced by Dbdict::execADD_FRAGREQ(), and Dbdih::sendAddFragreq().
Uint32 AddFragReq::nodeId [private] |
Definition at line 49 of file LqhFrag.hpp.
Referenced by Dbdict::execADD_FRAGREQ(), and Dbdih::sendAddFragreq().
Uint32 AddFragReq::requestInfo [private] |
Definition at line 46 of file LqhFrag.hpp.
Referenced by Dbdict::execADD_FRAGREQ(), and Dbdih::sendAddFragreq().
Uint32 AddFragReq::senderData [private] |
Definition at line 44 of file LqhFrag.hpp.
Referenced by Dbdict::execADD_FRAGREQ(), and Dbdih::sendAddFragreq().
Uint32 AddFragReq::startGci [private] |
Definition at line 51 of file LqhFrag.hpp.
Referenced by Dbdict::execADD_FRAGREQ(), and Dbdih::sendAddFragreq().
Uint32 AddFragReq::tableId [private] |
Definition at line 47 of file LqhFrag.hpp.
Referenced by Dbdict::execADD_FRAGREQ(), and Dbdih::sendAddFragreq().
Uint32 AddFragReq::tablespaceId [private] |
Uint32 AddFragReq::totalFragments [private] |
Definition at line 50 of file LqhFrag.hpp.
Referenced by Dbdict::execADD_FRAGREQ(), and Dbdih::sendAddFragreq().
1.4.7

