dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class
Properties Methods Events

In This Topic
    OracleQueueTable Class Members
    In This Topic

    The following tables list the members exposed by OracleQueueTable.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleQueueTable class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets an OracleConnection to the Oracle server which provides the AQ functionality.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets queue table properties.  
    Public PropertyGets or sets the name of the database table which will contain queues.  
    Public Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public MethodSets the user-defined description of the queue table.  
    Public MethodChanges the primary Oracle instance that is used to operate the queue table.  
    Public MethodAlters the existing properties of a queue table.  
    Public MethodChanges the secondary Oracle instance that is used to operate the queue table.  
    Public MethodBegins the initialization of an OracleQueueTable. The initialization occurs at run time.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodCreates new queue in the current queue table.  
    Public MethodOverloaded. Creates a queue table for storing queues in the database.  
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded. Drops an existing queue table.  
    Public MethodEnds the initialization of an OracleQueueTable. The initialization occurs at run time.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodReturns a list of names of all queues, which belongs to the given queue table.  
    Public Methodstatic (Shared in Visual Basic)Creates an instance of OracleQueueTable, related to queue table existent on a server.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodUgrades an 8.0-compatible queue table to an 8.1-compatible or higher queue table, or downgrades an 8.1-compatible or higher queue table to an 8.0-compatible queue table.  
    Public MethodOverloaded. Purges messages from queue tables. You can perform various purge operations on both single-consumer and multiconsumer queue tables for persistent queues.  
    Public MethodReads the options of the queue table with name as in QueueTableName from the Oracle database. After that, assigns the read data to the Options property.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Top
    See Also