SE_xmlcolumninfo_set_uncompress_mode
Sets an XML column to uncompressed mode.
Usage syntax
LONG SE_ xmlcolumninfo_set_uncompress_mode
(const SE_XMLCOLUMNINFO xmlcolumn);
Parameters
|
xmlcolumn |
The xml column name. |
Description
When in uncompressed mode, the XML document is not compressed before being stored in the database. This is a convenient option if the application needs to directly query the XML document instead of using the SDE API.
When a column is created in uncompressed mode, the database storage of the document is controlled by the XML_DOC_UNCOMPRESSED_TYPE parameter of the column’s configuration keyword.
Returns
Related Function