dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / OracleQueueTable Constructor / OracleQueueTable Constructor(String,OracleQueueTableOptions,OracleConnection)
The name of the database table which will contain queues.
Queue table properties, that are used for its creation.
An OracleConnection to the Oracle server which provides the AQ functionality.

In This Topic
OracleQueueTable Constructor(String,OracleQueueTableOptions,OracleConnection)
In This Topic
Initializes a new instance of the OracleQueueTable class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal options As OracleQueueTableOptions, _
   ByVal connection As OracleConnection _
)
 

Parameters

name
The name of the database table which will contain queues.
options
Queue table properties, that are used for its creation.
connection
An OracleConnection to the Oracle server which provides the AQ functionality.
See Also