SE_xmlindex_alter_template
Alters an XML index template.
Usage syntax
LONG SE_xmlindex_alter_template
(SE_CONNECTION connection,
SE_XMLINDEXINFO xml_index);
Parameters
|
connection |
The current connection. |
|
xml_index |
The XML index template object. |
Description
SE_xmlindex_alter_template alters an XML index template, based on the contents of the SE_XMLINDEXINFO object. The template's list of tags and its description can be modified.
Returns
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_XML_INDEX_ALTER
SE_INVALID_XMLINDEX_OBJECT
SE_NOT_XML_INDEX_OWNER
SE_XML_INDEX_NOEXIST
SE_XML_TAG_CONFLICT
SE_XML_TEMPLATE_IN_USE
SE_DB_IO_ERROR
SE_OUT_OF_SVMEM
SE_NET_FAILURE