Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

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

Text description of the illustration 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 © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents