dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class

In This Topic
OracleQueueTable Class Methods
In This Topic

For a list of all members of this type, see OracleQueueTable members.

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
See Also