pub unsafe extern "C" fn dpiConn_newQueue(
conn: *mut dpiConn,
name: *const c_char,
nameLength: u32,
payloadType: *mut dpiObjectType,
queue: *mut *mut dpiQueue,
) -> c_intExpand description
Returns a reference to a new queue which may be used to enqueue and dequeue
messages from Advanced Queuing (AQ) queues. The reference should be
released by calling dpiQueue_release() as soon as it is no longer
needed.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.