Oracle Objects for OLE C++ Class Library
Release 8.1.7

Part Number A85258-01

Library

Product

Contents

AQMsg Method (not used)

Applies To

OAQ

Description

Creates an OAQMsg for the specified options.

Usage

OAQMsg* AQMsg(int msgtype, const char *tname, const char *schema) const throw(
OException)

Arguments

msgtype
An integer representing a raw or user-defined type. Optional for RAW type. Possible values are:
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

none


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents