Name | Description | |
---|---|---|
OracleQueueTable Constructor | Overloaded. Initializes a new instance of the OracleQueueTable class. |
The following tables list the members exposed by OracleQueueTable.
Name | Description | |
---|---|---|
OracleQueueTable Constructor | Overloaded. Initializes a new instance of the OracleQueueTable class. |
Name | Description | |
---|---|---|
Connection | Gets or sets an OracleConnection to the Oracle server which provides the AQ functionality. | |
Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
Options | Gets or sets queue table properties. | |
QueueTableName | Gets or sets the name of the database table which will contain queues. | |
Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
AlterComment | Sets the user-defined description of the queue table. | |
AlterPrimaryInstance | Changes the primary Oracle instance that is used to operate the queue table. | |
AlterQueueTable | Alters the existing properties of a queue table. | |
AlterSecondaryInstance | Changes the secondary Oracle instance that is used to operate the queue table. | |
BeginInit | Begins the initialization of an OracleQueueTable. The initialization occurs at run time. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
CreateQueue | Creates new queue in the current queue table. | |
CreateQueueTable | Overloaded. Creates a queue table for storing queues in the database. | |
Dispose | Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
DropQueueTable | Overloaded. Drops an existing queue table. | |
EndInit | Ends the initialization of an OracleQueueTable. The initialization occurs at run time. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetQueueNames | Returns a list of names of all queues, which belongs to the given queue table. | |
GetQueueTable | Creates an instance of OracleQueueTable, related to queue table existent on a server. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
MigrateQueueTable | Ugrades 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. | |
PurgeQueueTable | Overloaded. Purges messages from queue tables. You can perform various purge operations on both single-consumer and multiconsumer queue tables for persistent queues. | |
ReadQueueTableProperties | Reads 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. | |
ToString | Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Disposed | Occurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component) |