MqContextC - read a block-of-data outof a read-data-package … More...
Functions | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadL_END (MqContextC_ARGS) |
Python: → C-API finish to extract a list-items from the read-data-package. … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadL_START (MqContextC_ARGS) |
Python: → C-API start to extract a list-items from the read-data-package. … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadT_END (MqContextC_ARGS) |
Python: → C-API finish to extract a longterm-transaction-item from the read-data-package. … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadT_START (MqContextC_ARGS) |
Python: → C-API start to extract a longterm-transaction-item from the read-data-package. … | |
MqContextC - read a block-of-data outof a read-data-package …
|
static |
Python:
→ C-API ctx.ReadL_END()
finish to extract a list-items from the read-data-package. …
Definition at line 2197 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ReadL_START(?buf:MkBufferC=None?)
start to extract a list-items from the read-data-package. …
Definition at line 2211 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ReadT_END()
finish to extract a longterm-transaction-item from the read-data-package. …
Definition at line 2227 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ReadT_START()
start to extract a longterm-transaction-item from the read-data-package. …
Definition at line 2241 of file MqContextC_py.c.