Struct mimir::EnqOptions[][src]

pub struct EnqOptions { /* fields omitted */ }

Enqueue option handles are used to represent the options specified when enqueuing messages.

Methods

impl Options
[src]

Returns the transformation of the message to be enqueued. See function enqueue::Options::set_transformation() for more information.

Returns whether the message being enqueued is part of the current transaction or constitutes a transaction on its own.

Sets the message delivery mode that is to be used when enqueuing messages.

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.

Sets whether the message being enqueued is part of the current transaction or constitutes a transaction on its own.

Trait Implementations

impl Clone for Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<*mut ODPIEnqOptions> for Options
[src]

Performs the conversion.

impl Drop for Options
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for EnqOptions

impl !Sync for EnqOptions