Home    |    Concepts   |   API   |   Samples
Concepts > XML > API Entities
XML Column

The XML column API entity represents an XML column in an ArcSDE table.

An XML column contains references to associated XML data, which is stored in several internal tables. These tables are created and managed by ArcSDE and store associated XML data such as Indexes, Tags, and Docs. The database schema shows the XML column’s association with the internal tables such as the SDE_XML_Columns table, the SDE_XML_INDEXES table, the SDE_XML_Doc<ID> table, and the SDE_XML_IDX<ID> table.

In the Java API, the XML column is represented by the SeXmlColumn class while the C API provides several functions (SE_xml_column* and SE_xml_columninfo*) to use an XML column and retrieve and set its attribute values.

The following shows how an XML column is created, retrieved from the database, and deleted through the ArcSDE C and Java APIs.

Top

Top

feedback | privacy | legal