Oracle Objects for OLE C++ Class Library
Release 9.2

Part Number A95896-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
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.

Text description of the illustration o4c00004.gif follows

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 © 1998, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback