pub unsafe extern "C" fn dpiDeqOptions_setVisibility(
options: *mut dpiDeqOptions,
value: dpiVisibility,
) -> c_intExpand description
Sets whether the message being dequeued is part of the current transaction or constitutes a transaction on its own.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.