SE_xmlcolumninfo_get_storage_type

Returns the type of storage being used by the specified XML column

Usage syntax

SE_xmlcolumninfo_get_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 retrieves the storage type being used by 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