Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 2 (10.2) B14308-01 |
|
Applies To
Description
Opens an OAQ object.
Usage
void Open(const ODatabase& odb, const char *queuename) throw(OException)
Arguments
Arguments |
Description |
---|---|
odb |
The database on which to open this OAQ instance. |
queuename |
The name of the queue in the database. |
none