SE_xmlcolumninfo_create

Intializes an SE_XMLCOLUMNINFO object.

Usage syntax

LONG SE_xmlcolumninfo_create
(SE_XMLCOLUMNINFO *columninfo);

Parameters

columninfo

A pointer to the new SE_XMLCOLUMNINFO object.

Description

This function initialized an empty SE_XMLCOLUMNINFO object. The object is used to create new XML columns, and to retrieve or alter information about existing XML columns.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_OUT_OF_CLMEM

SE_SDE_NOT_STARTED

Notes