SE_xmlindex_get_info

Retrieves information about an XML index.

Usage syntax

LONG SE_xmlindex_get_info
(SE_CONNECTION connection,
const CHAR *index_name,
SE_XMLINDEXINFO xml_index);

Parameters

connection

The current connection.

index_name

The name of the XML index.

xml_index

A valid SE_XMLINDEXINFO object.

Description

Obtains information about an XML index given its name. The information is retrieved into an SE_XMLINDEXINFO object that was initialized by a previous call to SE_xmlindexinfo_create.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_PARAM_VALUE

SE_INVALID_XMLINDEX_OBJECT

SE_XML_INDEX_NOEXIST