All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.tudarmstadt.ito.xmldbms.OrderInfo

java.lang.Object
   |
   +----de.tudarmstadt.ito.xmldbms.OrderInfo

public class OrderInfo
extends Object
Contains information about an order column; not for general use.

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.

Version:
1.01
Author:
Ronald Bourret, Technical University of Darmstadt

Variable Index

 o generateOrder
Whether to generate the order information.
 o orderColumn
Column object for the order column.

Constructor Index

 o OrderInfo()

Variables

 o orderColumn
 public Column orderColumn
Column object for the order column.

 o generateOrder
 public boolean generateOrder
Whether to generate the order information.

Constructors

 o OrderInfo
 public OrderInfo()

All Packages  Class Hierarchy  This Package  Previous  Next  Index