All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----de.tudarmstadt.ito.xmldbms.OrderInfo
Order occurs in two places in an XML document: the order of child elements and PCDATA in a parent element, and the order of values in multi-valued attributes (IDREFS, NMTOKENS, and ENTITIES). XML-DBMS can save information about this in a column, which is then used when constructing an XML document. Whether this order information is used depends on the mapping: for many documents, especially data-centric documents, order is unimportant and there is no order column.
public Column orderColumn
public boolean generateOrder
public OrderInfo()
All Packages Class Hierarchy This Package Previous Next Index