#include <AlterTrig.hpp>
Collaboration diagram for AlterTrigRef:

Definition at line 207 of file AlterTrig.hpp.
Definition at line 211 of file AlterTrig.hpp.
00211 { 00212 NoError = 0, 00213 Busy = 701, 00214 TriggerNotFound = 4238, 00215 TriggerExists = 4239, 00216 BadRequestType = 4247 00217 };
| const AlterTrigConf* AlterTrigRef::getConf | ( | ) | const [inline] |
Definition at line 235 of file AlterTrig.hpp.
References m_conf.
00235 { 00236 return &m_conf; 00237 }
| AlterTrigConf* AlterTrigRef::getConf | ( | ) | [inline] |
Definition at line 232 of file AlterTrig.hpp.
References m_conf.
Referenced by Dbdict::execALTER_TRIG_REF().
00232 { 00233 return &m_conf; 00234 }
Here is the caller graph for this function:

| Uint32 AlterTrigRef::getConnectionPtr | ( | ) | const [inline] |
Definition at line 244 of file AlterTrig.hpp.
References AlterTrigConf::getConnectionPtr(), and m_conf.
00244 { 00245 return m_conf.getConnectionPtr(); 00246 }
Here is the call graph for this function:

| ErrorCode AlterTrigRef::getErrorCode | ( | ) | const [inline] |
Definition at line 268 of file AlterTrig.hpp.
References m_errorCode.
Referenced by Dbdict::alterTrigger_recvReply(), Dbdict::OpAlterTrigger::setError(), Dbdict::OpDropTrigger::setError(), and Dbdict::OpCreateTrigger::setError().
00268 { 00269 return (ErrorCode)m_errorCode; 00270 }
Here is the caller graph for this function:

| Uint32 AlterTrigRef::getErrorLine | ( | ) | const [inline] |
Definition at line 274 of file AlterTrig.hpp.
References m_errorLine.
Referenced by Dbdict::OpAlterTrigger::setError(), Dbdict::OpDropTrigger::setError(), and Dbdict::OpCreateTrigger::setError().
00274 { 00275 return m_errorLine; 00276 }
Here is the caller graph for this function:

| Uint32 AlterTrigRef::getErrorNode | ( | ) | const [inline] |
Definition at line 280 of file AlterTrig.hpp.
References m_errorNode.
Referenced by Dbdict::OpAlterTrigger::setError(), Dbdict::OpDropTrigger::setError(), and Dbdict::OpCreateTrigger::setError().
00280 { 00281 return m_errorNode; 00282 }
Here is the caller graph for this function:

| AlterTrigReq::RequestType AlterTrigRef::getRequestType | ( | ) | const [inline] |
Definition at line 250 of file AlterTrig.hpp.
References AlterTrigConf::getRequestType(), and m_conf.
00250 { 00251 return m_conf.getRequestType(); 00252 }
Here is the call graph for this function:

| Uint32 AlterTrigRef::getTableId | ( | ) | const [inline] |
Definition at line 256 of file AlterTrig.hpp.
References AlterTrigConf::getTableId(), and m_conf.
00256 { 00257 return m_conf.getTableId(); 00258 }
Here is the call graph for this function:

| Uint32 AlterTrigRef::getTriggerId | ( | ) | const [inline] |
Definition at line 262 of file AlterTrig.hpp.
References AlterTrigConf::getTriggerId(), and m_conf.
00262 { 00263 return m_conf.getTriggerId(); 00264 }
Here is the call graph for this function:

| Uint32 AlterTrigRef::getUserRef | ( | ) | const [inline] |
Definition at line 238 of file AlterTrig.hpp.
References AlterTrigConf::getUserRef(), and m_conf.
Referenced by Dbdict::alterTrigger_sendReply().
00238 { 00239 return m_conf.getUserRef(); 00240 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void AlterTrigRef::setConnectionPtr | ( | Uint32 | val | ) | [inline] |
Definition at line 247 of file AlterTrig.hpp.
References m_conf, and AlterTrigConf::setConnectionPtr().
Referenced by Dbdict::alterTrigger_sendReply().
00247 { 00248 m_conf.setConnectionPtr(val); 00249 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void AlterTrigRef::setErrorCode | ( | ErrorCode | val | ) | [inline] |
Definition at line 271 of file AlterTrig.hpp.
References m_errorCode.
Referenced by Dbdict::alterTrigger_sendReply().
00271 { 00272 m_errorCode = (Uint32)val; 00273 }
Here is the caller graph for this function:

| void AlterTrigRef::setErrorLine | ( | Uint32 | val | ) | [inline] |
Definition at line 277 of file AlterTrig.hpp.
References m_errorLine.
Referenced by Dbdict::alterTrigger_sendReply().
00277 { 00278 m_errorLine = val; 00279 }
Here is the caller graph for this function:

| void AlterTrigRef::setErrorNode | ( | Uint32 | val | ) | [inline] |
Definition at line 283 of file AlterTrig.hpp.
References m_errorNode.
Referenced by Dbdict::alterTrigger_sendReply().
00283 { 00284 m_errorNode = val; 00285 }
Here is the caller graph for this function:

| void AlterTrigRef::setRequestType | ( | AlterTrigReq::RequestType | val | ) | [inline] |
Definition at line 253 of file AlterTrig.hpp.
References m_conf, and AlterTrigConf::setRequestType().
Referenced by Dbdict::alterTrigger_sendReply().
00253 { 00254 m_conf.setRequestType(val); 00255 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void AlterTrigRef::setTableId | ( | Uint32 | val | ) | [inline] |
Definition at line 259 of file AlterTrig.hpp.
References m_conf, and AlterTrigConf::setTableId().
Referenced by Dbdict::alterTrigger_sendReply().
00259 { 00260 m_conf.setTableId(val); 00261 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void AlterTrigRef::setTriggerId | ( | Uint32 | val | ) | [inline] |
Definition at line 265 of file AlterTrig.hpp.
References m_conf, and AlterTrigConf::setTriggerId().
Referenced by Dbdict::alterTrigger_sendReply().
00265 { 00266 m_conf.setTriggerId(val); 00267 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void AlterTrigRef::setUserRef | ( | Uint32 | val | ) | [inline] |
Definition at line 241 of file AlterTrig.hpp.
References m_conf, and AlterTrigConf::setUserRef().
Referenced by Dbdict::alterTrigger_sendReply().
00241 { 00242 m_conf.setUserRef(val); 00243 }
Here is the call graph for this function:

Here is the caller graph for this function:

| AlterTrigRef::STATIC_CONST | ( | SignalLength | = AlterTrigConf::SignalLength+3 |
) |
| bool printALTER_TRIG_REF | ( | FILE * | output, | |
| const Uint32 * | theData, | |||
| Uint32 | len, | |||
| Uint16 | receiverBlockNo | |||
| ) | [friend] |
Definition at line 41 of file AlterTrig.cpp.
00042 { 00043 const AlterTrigRef * const sig = (AlterTrigRef *) theData; 00044 00045 fprintf(output, "User: %u, ", sig->getUserRef()); 00046 fprintf(output, "Trigger id: %u, ", sig->getTriggerId()); 00047 fprintf(output, "Error code: %u, ", sig->getErrorCode()); 00048 fprintf(output, "\n"); 00049 00050 return false; 00051 }
AlterTrigConf AlterTrigRef::m_conf [private] |
Definition at line 221 of file AlterTrig.hpp.
Referenced by getConf(), getConnectionPtr(), getRequestType(), getTableId(), getTriggerId(), getUserRef(), setConnectionPtr(), setRequestType(), setTableId(), setTriggerId(), and setUserRef().
Uint32 AlterTrigRef::m_errorCode [private] |
Uint32 AlterTrigRef::m_errorLine [private] |
Uint32 AlterTrigRef::m_errorNode [private] |
1.4.7

