Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 |
|
|
PDF · Mobi · ePub |
Creates an OraAQMsg
for the specified options.
Set qMsg = Q.AQMsg(msgtype, typename, schema)
The arguments for the method are:
Arguments | Description |
---|---|
[in ] msgtype |
An Integer representing a RAW or user-defined type. Optional for RAW type. Possible values are:
|
[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' . |
The method could be used as follows:
set QMsg = Q.AQMsg(ORATYPE_OBJECT,"MESSAGE_TYPE","SCOTT") set QMsg = Q.AQMsg