Oracle Objects for OLE C++ Class Library
Release 8.1.7

Part Number A85258-01

Library

Product

Contents

OAQ

The OAQ object represents a queue that is present in the database.

Remarks

Oracle Objects for OLE provides interfaces for accessing Oracle
s Advanced Queuing (AQ) Feature. For a detailed description of Oracle AQ, please refer to the Oracle8i Application Developer's Guides.

The OAQ interface provides methods for
enqueuing and dequeuing messages (OAQMsg). See the examples for enqueuing and dequeuing messages.

The following diagram illustrates the OO4O AQ objects and their properties.

o4c00004.gif

Construction and destruction:

OAQ

~OAQ

operator=

Attributes:

GetConsumer
GetCorrelate
GetDequeueMode
GetDequeueMsgId
GetNavigation
GetRelMsgId
GetVisibility
GetWait
IsOpen
operator==

operator!=
SetConsumer
SetCorrelate
SetDequeueMode
SetDequeueMsgId
SetNavigation
SetRelMsgId
SetVisibility
SetWait


Operations:

Close
Dequeue

Enqueue
Open



 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents