pub unsafe extern "C" fn dpiEnqOptions_setTransformation(
options: *mut dpiEnqOptions,
value: *const c_char,
valueLength: u32,
) -> c_intExpand 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.