#include <AlterIndx.hpp>
Public Member Functions | |
| STATIC_CONST (InternalLength=3) | |
| STATIC_CONST (SignalLength=6) | |
| Uint32 | getUserRef () const |
| void | setUserRef (Uint32 val) |
| Uint32 | getConnectionPtr () const |
| void | setConnectionPtr (Uint32 val) |
| AlterIndxReq::RequestType | getRequestType () const |
| void | setRequestType (AlterIndxReq::RequestType val) |
| Uint32 | getTableId () const |
| void | setTableId (Uint32 val) |
| Uint32 | getIndexId () const |
| void | setIndexId (Uint32 val) |
| Uint32 | getIndexVersion () const |
| void | setIndexVersion (Uint32 val) |
Private Attributes | |
| Uint32 | m_userRef |
| Uint32 | m_connectionPtr |
| Uint32 | m_requestInfo |
| Uint32 | m_tableId |
| Uint32 | m_indexId |
| Uint32 | m_indexVersion |
Friends | |
| bool | printALTER_INDX_CONF (FILE *, const Uint32 *, Uint32, Uint16) |
Definition at line 120 of file AlterIndx.hpp.
| Uint32 AlterIndxConf::getConnectionPtr | ( | ) | const [inline] |
Definition at line 142 of file AlterIndx.hpp.
References m_connectionPtr.
Referenced by Dbdict::alterIndex_recvReply(), and AlterIndxRef::getConnectionPtr().
00142 { 00143 return m_connectionPtr; 00144 }
Here is the caller graph for this function:

| Uint32 AlterIndxConf::getIndexId | ( | ) | const [inline] |
Definition at line 160 of file AlterIndx.hpp.
References m_indexId.
Referenced by AlterIndxRef::getIndexId().
00160 { 00161 return m_indexId; 00162 }
Here is the caller graph for this function:

| Uint32 AlterIndxConf::getIndexVersion | ( | ) | const [inline] |
Definition at line 166 of file AlterIndx.hpp.
References m_indexVersion.
Referenced by AlterIndxRef::getIndexVersion().
00166 { 00167 return m_indexVersion; 00168 }
Here is the caller graph for this function:

| AlterIndxReq::RequestType AlterIndxConf::getRequestType | ( | ) | const [inline] |
Definition at line 148 of file AlterIndx.hpp.
References m_requestInfo.
Referenced by Dbdict::alterIndex_recvReply(), and AlterIndxRef::getRequestType().
00148 { 00149 return (AlterIndxReq::RequestType)m_requestInfo; 00150 }
Here is the caller graph for this function:

| Uint32 AlterIndxConf::getTableId | ( | ) | const [inline] |
Definition at line 154 of file AlterIndx.hpp.
References m_tableId.
Referenced by AlterIndxRef::getTableId().
00154 { 00155 return m_tableId; 00156 }
Here is the caller graph for this function:

| Uint32 AlterIndxConf::getUserRef | ( | ) | const [inline] |
Definition at line 136 of file AlterIndx.hpp.
References m_userRef.
Referenced by AlterIndxRef::getUserRef().
00136 { 00137 return m_userRef; 00138 }
Here is the caller graph for this function:

| void AlterIndxConf::setConnectionPtr | ( | Uint32 | val | ) | [inline] |
Definition at line 145 of file AlterIndx.hpp.
References m_connectionPtr.
Referenced by Dbtux::execALTER_INDX_REQ(), Dbtc::execALTER_INDX_REQ(), and AlterIndxRef::setConnectionPtr().
00145 { 00146 m_connectionPtr = val; 00147 }
Here is the caller graph for this function:

| void AlterIndxConf::setIndexId | ( | Uint32 | val | ) | [inline] |
Definition at line 163 of file AlterIndx.hpp.
References m_indexId.
Referenced by Dbtux::execALTER_INDX_REQ(), Dbtc::execALTER_INDX_REQ(), and AlterIndxRef::setIndexId().
00163 { 00164 m_indexId = val; 00165 }
Here is the caller graph for this function:

| void AlterIndxConf::setIndexVersion | ( | Uint32 | val | ) | [inline] |
Definition at line 169 of file AlterIndx.hpp.
References m_indexVersion.
Referenced by Dbtux::execALTER_INDX_REQ(), and AlterIndxRef::setIndexVersion().
00169 { 00170 m_indexVersion = val; 00171 }
Here is the caller graph for this function:

| void AlterIndxConf::setRequestType | ( | AlterIndxReq::RequestType | val | ) | [inline] |
Definition at line 151 of file AlterIndx.hpp.
References m_requestInfo.
Referenced by Dbtux::execALTER_INDX_REQ(), Dbtc::execALTER_INDX_REQ(), and AlterIndxRef::setRequestType().
00151 { 00152 m_requestInfo = (Uint32)val; 00153 }
Here is the caller graph for this function:

| void AlterIndxConf::setTableId | ( | Uint32 | val | ) | [inline] |
Definition at line 157 of file AlterIndx.hpp.
References m_tableId.
Referenced by Dbtux::execALTER_INDX_REQ(), Dbtc::execALTER_INDX_REQ(), and AlterIndxRef::setTableId().
00157 { 00158 m_tableId = val; 00159 }
Here is the caller graph for this function:

| void AlterIndxConf::setUserRef | ( | Uint32 | val | ) | [inline] |
Definition at line 139 of file AlterIndx.hpp.
References m_userRef.
Referenced by Dbtux::execALTER_INDX_REQ(), Dbtc::execALTER_INDX_REQ(), and AlterIndxRef::setUserRef().
00139 { 00140 m_userRef = val; 00141 }
Here is the caller graph for this function:

| AlterIndxConf::STATIC_CONST | ( | SignalLength | = 6 |
) |
| AlterIndxConf::STATIC_CONST | ( | InternalLength | = 3 |
) |
| bool printALTER_INDX_CONF | ( | FILE * | output, | |
| const Uint32 * | theData, | |||
| Uint32 | len, | |||
| Uint16 | receiverBlockNo | |||
| ) | [friend] |
Definition at line 25 of file AlterIndx.cpp.
00026 { 00027 // const AlterIndxConf * const sig = (AlterIndxConf *) theData; 00028 return false; 00029 }
Uint32 AlterIndxConf::m_connectionPtr [private] |
Definition at line 129 of file AlterIndx.hpp.
Referenced by getConnectionPtr(), and setConnectionPtr().
Uint32 AlterIndxConf::m_indexId [private] |
Uint32 AlterIndxConf::m_indexVersion [private] |
Definition at line 133 of file AlterIndx.hpp.
Referenced by getIndexVersion(), and setIndexVersion().
Uint32 AlterIndxConf::m_requestInfo [private] |
Uint32 AlterIndxConf::m_tableId [private] |
Uint32 AlterIndxConf::m_userRef [private] |
1.4.7

