SE_xmlcolumninfo_has_index

Checks if SE_XMLCOLUMNINFO object contains index information.

Usage syntax

BOOL SE_xmlcolumninfo_has_index
(const SE_XMLCOLUMNINFO columninfo);

Parameters

columninfo

The SE_XMLCOLUMNINFO object.

Description

This function checks whether the specified SE_XMLCOLUMNINFO object contains index information, returning TRUE if it does. (Otherwise, this function returns FALSE.) If the SE_XMLCOLUMNINFO object contains index information, that index information can be retrieved using SE_xmlcolumninfo_get_index.