Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

AQMsg (OraAQ) Method

Applies To

OraAQ

Description

Creates an OraAQMsg for the specified options.

Arguments
Description
[in] msgtype
An integer representing a RAW or user-defined type. Optional for RAW type. Possible values:
ORATYPE_RAW (23) - Message type is RAW.
ORATYPE_OBJECT (108) - Message type is user defined type.
[in] typename
A String representing the name of the type. Optional for RAW type. Default is 'RAW'.
[in] [optional] schema
A String representing the schema where the type is defined. Default is SYS'.
Usage

Set qMsg = Q.AQMsg(msgtype, typedescriptor, schema)

Remarks

The method could be used as follows:

set QMsg = Q.AQMsg(ORATYPE_OBJECT,"MESSAGE_TYPE","SCOTT")

set QMsg = Q.AQMsg


 
Oracle
Copyright © 1994, 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