dpiDeqOptions_setTransformation

Function dpiDeqOptions_setTransformation 

Source
pub unsafe extern "C" fn dpiDeqOptions_setTransformation(
    options: *mut dpiDeqOptions,
    value: *const c_char,
    valueLength: u32,
) -> c_int
Expand description

Sets the transformation of the message to be dequeued. The transformation is applied after the message is dequeued but before it is returned to the application. It must be created using DBMS_TRANSFORM.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.