SE_xmlindexinfo_get_name

Returns the XML index's name.

Usage syntax

LONG SE_xmlindexinfo_get_name
(SE_XMLINDEXINFO xml_index,
CHAR *name);

Parameters

xml_index

The SE_XMLINDEXINFO object.

name

The name of the XML index.

Description

This function returns an XML index name contained in the XML index information object. If the index owner has been set, the returned name will be qualified. The caller must allocate a CHAR buffer of at least SE_QUALIFIED_XML_INDEX_LEN in lengthto receive the index name.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_XMLINDEX_OBJECT

SE_SDE_NOT_STARTED