SE_xmlcolumninfo_set_xml_column
Set the table and column name in an SE_XMLCOLUMNINFO object.
Usage syntax
LONG SE_xmlcolumninfo_set_xml_column
(SE_XMLCOLUMNINFO columninfo,
const CHAR *table,
const CHAR *column);
Parameters
|
columninfo |
The SE_XMLCOLUMNINFO object. |
|
table |
The table name. |
|
column |
The XML column name. |
Description
This function sets the XML column's name and the name of the table in which the column resides into the specified SE_XMLCOLUMNINFO object.
Returns
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_PARAM_VALUE
SE_INVALID_XMLCOLUMN_OBJECT
SE_SDE_NOT_STARTED