dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / CreateQueue Method
Name of the queue to be created.
Options of the queue to be created.

CreateQueue Method (OracleQueueTable)
Creates new queue in the current queue table.
Syntax
'Declaration
 
Public Function CreateQueue( _
   ByVal queueName As String, _
   ByVal options As OracleQueueOptions _
) As OracleQueue
 

Parameters

queueName
Name of the queue to be created.
options
Options of the queue to be created.

Return Value

OracleQueue instance, related to the queue created.
Remarks
Options of the queue to be created must not contradict to the options of queue table.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also