SE_xmlindex_delete_template

Deletes an XML index template.

Usage syntax

LONG SE_xmlindex_delete_template
(SE_CONNECTION   connection,
const CHAR *index_name);

Parameters

connection

The current connection.

index_name

The name of the XML index template.

Description

SE_xmlindex_delete_template deletes an XML index template given its name. If no other XML index template or definition is referencing the tags associated with the XML index template being deleted, the tags are also deleted.

Returns

SE_SUCCESS
SE_NOT_XML_INDEX_OWNER

SE_XML_TEMPLATE_IN_USE

SE_INVALID_POINTER

SE_INVALID_PARAM_VALUE

SE_DB_IO_ERROR

SE_OUT_OF_SVMEM

SE_NET_FAILURE