dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / CreateQueue Method / CreateQueue(String,String,OracleConnection) Method
Unique name for the queue to be created.
The name of queue table (existent on a server), which the queue will belong to.
An OracleConnection to the Oracle server, which provides the AQ functionality.

CreateQueue(String,String,OracleConnection) Method
Creates a database-stored queue with default options.
Syntax
'Declaration
 
Public Overloads Shared Function CreateQueue( _
   ByVal name As String, _
   ByVal queueTable As String, _
   ByVal connection As OracleConnection _
) As OracleQueue
 

Parameters

name
Unique name for the queue to be created.
queueTable
The name of queue table (existent on a server), which the queue will belong to.
connection
An OracleConnection to the Oracle server, which provides the AQ functionality.
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