Skip Headers
Oracle® Data Provider for .NET Developer's Guide
11g Release 2 (11.2.0.2)

Part Number E18754-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

OracleAQMessageType Enumeration

The OracleAQMessageType enumeration type specifies the message payload type.

Table 12-33 lists all the OracleAQMessageType enumeration values with a description of each enumerated value.

Table 12-33 OracleAQMessageType Members

Member Name Description

Raw

Indicates the Raw message type.

The data type of the payload must be either OracleBinary or byte[] to enqueue the message.

UDT

Indicates the Oracle UDT message type.

The ODP.NET AQ implementation currently does not support user defined types with LOB attributes. It also does not support other variants of user defined types such as VARRAY and nested tables, as Oracle Streams AQ does not support them inherently.

XML

Indicates the XML message type.

The data type of the payload must be OracleXmlType, XmlReader, or String in order to enqueue the message.


Requirements

Namespace: Oracle.DataAccess.Client

Assembly: Oracle.DataAccess.dll

ODP.NET Version: ODP.NET for .NET Framework 2.0 or ODP.NET for .NET Framework 4