SE_xmlindexinfo_get_type

Returns the type of XML index information.

Usage syntax

LONG SE_xmlindexinfo_get_type
(SE_XMLINDEXINFO xml_index,
LONG *info_type);

Parameters

xml_index

The SE_XMLINDEXINFO object.

info_type

The XML index information type.

Description

An SE_XMLINDEXINFO object can contain one of several different types of XML index information. SE_xmlindexinfo_get_type returns a value that indicates the type of information in a given SE_XMLINDEXINFO object. The value for info_type will be one of these values:

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_XMLINDEX_OBJECT

SE_SDE_NOT_STARTED

Notes

When initialized with SE_xmlindexinfo_create, the index information of the SE_XMLINDEXINFO object is set to SE_XML_INDEX_AUTO. The type can be set to another value by calling SE_xmlindexinfo_set_type.

Please also see additional information about types of XML index information.