| 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 Integerrepresenting aRAWor user-defined type. Optional forRAWtype. Possible values are:
 | 
| [ in]typename | A Stringrepresenting the name of the type. Optional forRAWtype. Default is'RAW'. | 
| [ in] [optional]schema | A Stringrepresenting 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