Returns information about the XML value including its size and whether its value is stored as a LOB.
Syntax
void FNC_GetXMLInfo(XML_HANDLE xmlHandle, FNC_XMLSize_t *maxLength, int *numLobs)
Syntax Elements
- xmlHandle
- A handle to an XML type that is defined to be an input parameter to an external routine.
- maxLength
- The maximum length possible for this XML value.
- numLobs
- If this XML object stores its value as a LOB, numLobs is 1, otherwise numLobs is 0.
Usage Notes
FNC_GetXMLInfo takes the XML_HANDLE for the XML value as input and returns the maximum size of the XML value and whether its input is stored as a LOB.