| Overload | Description |
|---|---|
| EnqueueArray(OracleBinary[]) | Adds an array of messages into a queue of the RAW type. |
| EnqueueArray(OracleBinary[],OracleQueueMessageProperties[],OracleQueueEnqueueOptions) | Inserts an array of messages into a queue of type 'RAW'. |
| EnqueueArray(String[]) | Adds an array of messages into a queue of the RAW type. Strings are converted to byte array using default encoding. |
| EnqueueArray(String[],OracleQueueMessageProperties[],OracleQueueEnqueueOptions) | Adds an array of messages of user-defined type to the specified queue. |
| EnqueueArray(OracleObject[]) | Adds an array of messages of user-defined type to the specified queue. |
| EnqueueArray(OracleObject[],OracleQueueMessageProperties[],OracleQueueEnqueueOptions) | Adds an array of messages of user-defined type to the specified queue. |