All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class da.da_IndexesElement

java.lang.Object
   |
   +----com.sun.java.swing.tree.DefaultMutableTreeNode
           |
           +----xg.xg_Node
                   |
                   +----xg.xg_Element
                           |
                           +----da.da_IndexesElement

public class da_IndexesElement
extends xg_Element
An XML element to represent the structure of the indexes of a database table. Note that an "Indexes" element itself contains no information, and is just a container for the individual column elements (its children).


Variable Index

 o RegisteredName
The element type name normally used in XML for this sort of element.

Constructor Index

 o da_IndexesElement()
Construct a database table indexes element with no name.
 o da_IndexesElement(String)
Construct a database table indexes element with a name.

Method Index

 o analyseIndexes(DatabaseMetaData, ResultSet)
Analyse the definition of the indexes whose details are in the InputIndexesResultSet, and model it here.
 o toString()
Get a summary descriptive string suitable for display in the tree view or elsewhere.

Variables

 o RegisteredName
 public static final String RegisteredName
The element type name normally used in XML for this sort of element.

Constructors

 o da_IndexesElement
 public da_IndexesElement()
Construct a database table indexes element with no name.

 o da_IndexesElement
 public da_IndexesElement(String InputNodeName)
Construct a database table indexes element with a name.

Parameters:
InputNodeName - The name of the element

Methods

 o analyseIndexes
 public void analyseIndexes(DatabaseMetaData InputMetaData,
                            ResultSet InputIndexesResultSet)
Analyse the definition of the indexes whose details are in the InputIndexesResultSet, and model it here.

Parameters:
InputMetaData - the metadata describing the database to which this table belongs
InputIndexesResultSet - the result set from which to obtain details about the indexes we represent
 o toString
 public String toString()
Get a summary descriptive string suitable for display in the tree view or elsewhere.

Returns:
A description suitable for display in the tree view
Overrides:
toString in class xg_Element

All Packages  Class Hierarchy  This Package  Previous  Next  Index