dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / CreateQueueTable Method / CreateQueueTable(String,OracleQueueTableOptions,OracleConnection) Method
Name of the queue table in the database.
Parameters for creating the queue table in the database.
An OracleConnection to the Oracle server which provides the AQ functionality.

In This Topic
    CreateQueueTable(String,OracleQueueTableOptions,OracleConnection) Method
    In This Topic
    Creates a queue table for storing queues in the database. Uses the specified connection for connecting to the database, sets the specified name and properties to the created table.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateQueueTable( _
       ByVal name As String, _
       ByVal options As OracleQueueTableOptions, _
       ByVal connection As OracleConnection _
    ) As OracleQueueTable
    public static OracleQueueTable CreateQueueTable( 
       string name,
       OracleQueueTableOptions options,
       OracleConnection connection
    )

    Parameters

    name
    Name of the queue table in the database.
    options
    Parameters for creating the queue table in the database.
    connection
    An OracleConnection to the Oracle server which provides the AQ functionality.

    Return Value

    Returns the OracleQueueTable instance with Name, Options and Connection set as in the arguments.
    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