Returns a result LOB locator that will be used to set the XML return value.
Syntax
void FNC_GetXMLResultClob(XML_HANDLE xmlHandle, LOB_RESULT_LOCATOR *xmlClob)
Syntax Elements
- xmlHandle
- A handle to an XML type that is defined to be a return value for a UDF/UDM or an INOUT/OUT parameter to an external stored procedure.
- xmlClob
- A pointer to the LOB locator that is used to set the XML type return value.
Usage Notes
FNC_GetXMLResultClob is used to get a result LOB locator that will be used to set the XML return value.
The XML handle xmlHandle is passed as input and a LOB locator xmlClob is returned from the function. You can then use LOB FNC routines to set the CLOB value using the xmlClob locator. You must use the UNICODE character set to write to the CLOB.
FNC_GetXMLResultClob can only be used with LOB-based XML return values, otherwise you will get an error.