SE_xmlindex_create_template
Creates an XML index template.
Usage syntax
LONG SE_xmlindex_create_template
(SE_CONNECTION connection,
SE_XMLINDEXINFO xml_index);
Parameters
|
connection |
The current connection. |
|
xml_index |
The XML index template object. |
Description
SE_xmlindex_create_template creates an XML index template based on the contents of the supplied SE_XMLINDEXINFO object. It creates the required tags if they do not exist.
Returns
SE_SUCCESS
SE_INVALID_POINTER
SE_XML_TAG_CONFLICT
SE_INVALID_XMLINDEX_OBJECT
SE_XML_INDEX_EXISTS
SE_INVALID_IDENTIFIER
SE_DB_IO_ERROR
SE_OUT_OF_SVMEM
SE_NET_FAILURE