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 MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (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 MethodReleases all resources used by the System.ComponentModel.Component. (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 MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (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 MethodObtains a lifetime service object to control the lifetime policy for this instance. (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 MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
Top
See Also