SE_xmlcolumninfo_set_storage_type

Sets the type of XML column to use; either ArcSDE XML or the XML native to the DBMS

Usage syntax

SE_xmlcolumninfo_set_storage_type (SE_XMLCOLUMNINFO xmlcolumninfo, LONG storage_type);

Parameters
xmlcolumninfo The SE_XMLCOLUMNINFO object
storage_type The type of XML; either SDE_XML or DB_XML
Description

This function sets the storage type of the specified XML column. The two possible storage types are ArcSDE XML (SDE_XML) or the DBMS's native XML (DB_XML).

Note: DB_XML is not available in Informix or Oracle 10g databases.

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_XMLCOLUMN_OBJECT

SE_SDE_NOT_STARTED