SE_xmlcolumn_get_info
Get information about an XML column in an existing table.
Usage syntax
LONG SE_xmlcolumn_get_info
(SE_CONNECTION handle,
const CHAR *table,
const CHAR *column,
SE_XMLCOLUMNINFO columninfo);
Parameters
|
handle |
An open SE_CONNECTION handle. |
|
table |
The name of the table containing the XML column. |
|
column |
The name of the XML column. |
|
columninfo |
The SE_XMLCOLUMNINFO object to populate. |
Description
This function retrieves information about an XML column in an existing table, placing this information into an initialized SE_XMLCOLUMNINFO object. The caller should initialize the SE_XMLCOLUMNINFO object with a call to SE_xmlcolumninfo_create before calling this function.
Returns
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_PARAM_VALUE
SE_INVALID_XMLCOLUMN_OBJECT
SE_NET_FAILURE
SE_OUT_OF_CLMEM
SE_OUT_OF_SVMEM
SE_XML_COLUMN_NOEXIST
Notes