dpiEnqOptions_setTransformation

Function dpiEnqOptions_setTransformation 

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

Sets the transformation of the message to be enqueued. The transformation is applied after the message is enqueued 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.