theLink 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - py - rb - jv - cc
Loading...
Searching...
No Matches
MqDumpS Struct Reference

MqDumpC - the class known as dmp or dump is used to export a pymqmsgque data package as binaryMore...

#include <LibMqMsgque_mq.h>

+ Collaboration diagram for MqDumpS:

Data Fields

union { 
 
   struct MkObjectS   obj 
 
super 
 
MK_BINN dummy []
 

Detailed Description

MqDumpC - the class known as dmp or dump is used to export a pymqmsgque data package as binary

The dump is used to exchange data with external counterparts such as a database or a user-specific infrastructure.

There are 3 different function that deal with a dump:

  1. The MqDumpExport export the read-data-package from the calling context to a dump.
  2. The MqDumpImport imports the dump into the read-data-package of the calling context. All MqContextC READ API functions can be used to read the data from the read-data-package.
  3. The MqProxyForward imports the dump into the send-data-package of the calling context. All MqContextC SEND API functions can be used to write the data into the send-data-package
See also
MqContextC PROXY API

Definition at line 8566 of file LibMqMsgque_mq.h.

Field Documentation

◆ dummy

MK_BINN MqDumpS::dummy[]

Definition at line 8576 of file LibMqMsgque_mq.h.

◆ obj

struct MkObjectS MqDumpS::obj

Definition at line 8570 of file LibMqMsgque_mq.h.

◆ [union]

union { ... } MqDumpS::super

The documentation for this struct was generated from the following file: