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).
-
RegisteredName
- The element type name normally used in XML for this sort of element.
-
da_IndexesElement()
- Construct a database table indexes element with no name.
-
da_IndexesElement(String)
- Construct a database table indexes element with a name.
-
analyseIndexes(DatabaseMetaData, ResultSet)
- Analyse the definition of the indexes whose details are in the
InputIndexesResultSet, and model it here.
-
toString()
- Get a summary descriptive string suitable for display in the tree view or
elsewhere.
RegisteredName
public static final String RegisteredName
- The element type name normally used in XML for this sort of element.
da_IndexesElement
public da_IndexesElement()
- Construct a database table indexes element with no name.
da_IndexesElement
public da_IndexesElement(String InputNodeName)
- Construct a database table indexes element with a name.
- Parameters:
- InputNodeName - The name of the element
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
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