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

OracleQueueTable Class Members

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 PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (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 PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (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 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
Public Events
 NameDescription
Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
Top
See Also