MqContextC - read a block-of-data outof a read-data-package … More...
Functions | |
static OT_ProcRet | rbmqmsgque_MqContextC_ReadL_END (MqContextC_ARGS) |
Ruby: → C-API finish to extract a list-items from the read-data-package. … | |
static OT_ProcRet | rbmqmsgque_MqContextC_ReadL_START (MqContextC_ARGS) |
Ruby: → C-API start to extract a list-items from the read-data-package. … | |
static OT_ProcRet | rbmqmsgque_MqContextC_ReadT_END (MqContextC_ARGS) |
Ruby: → C-API finish to extract a longterm-transaction-item from the read-data-package. … | |
static OT_ProcRet | rbmqmsgque_MqContextC_ReadT_START (MqContextC_ARGS) |
Ruby: → 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 |
Ruby:
→ C-API ctx.ReadL_END()
finish to extract a list-items from the read-data-package. …
Definition at line 1840 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ReadL_START(?buf:MkBufferC=nil?)
start to extract a list-items from the read-data-package. …
Definition at line 1851 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ReadT_END()
finish to extract a longterm-transaction-item from the read-data-package. …
Definition at line 1864 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ReadT_START()
start to extract a longterm-transaction-item from the read-data-package. …
Definition at line 1875 of file MqContextC_rb.c.