Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

OAQMsg Method

Applies To

OAQMsg

Description

OAQMsg constructor

Usage

OAQMsg
(void) throw(
OException)

OAQMsg(const OAQMsg& other) throw(
OException)

OAQMsg(OAQ& aq, int msgtype, const char *tname, const char *schema) throw(
OException)

Arguments

other
Another OAQMsg object that is being copied.
aq
The OAQ object to attach to after construction.
msgtype
An integer representing a raw or user-defined type. Optional for RAW type. Possible values:·
OTYPE_RAW (95) Message type is RAW·
OTYPE_OBJECT (108) Message type is user defined type.
tname
A string representing the name of the type. Optional for RAW type.
schema
A string representing the schema where the type is defined. Optional for RAW type.
Remarks

These methods construct a new OAQ instance.


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents