| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--weblogic.apache.xml.utils.UnImplNode
        |
        +--weblogic.apache.xalan.lib.sql.StreamableNode
              |
              +--weblogic.apache.xalan.lib.sql.ColumnAttribute
Represents a column attribute on a column-header element. Each column-header element can contain any of the following attributes, depending on the ResultSetMetadata object returned with the query result set.
This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.
ColumnHeader| Field Summary | |
| static int | CASESENSITIVEConstant for CASESENSITIVE | 
| static int | CATALOGUE_NAMEConstant for CATALOGUE_NAME | 
| static int | COLUMN_LABELConstant for COLUMN_LABEL | 
| static int | COLUMN_NAMEConstant for COLUMN_NAME | 
| static int | COLUMN_TYPEConstant for COLUMN_TYPE | 
| static int | COLUMN_TYPENAMEConstant for COLUMN_TYPENAME | 
| static int | DEFINATELYWRITABLEConstant for DEFINATELYWRITABLE | 
| static int | DISPLAY_SIZEConstnat for DISPLAY_SIZE | 
| static int | ISNULLABLEConstant for ISNULLABLE | 
| static int | ISSEARCHABLEConstant for ISSEARCHABLE | 
| static int | ISSIGNEDConstant for ISSIGNED | 
| static int | ISWRITEABLEConstant for ISWRITEABLE | 
| static int | NUMBER_ATTRIBUTESConstant for NUMBER_ATTRIBUTES | 
| static int | PRECISIONConstant for PRECISION | 
| static java.lang.String | S_CASESENSITIVEConstant for S_CASESENSITIVE | 
| static java.lang.String | S_CATALOGUE_NAMEConstant for S_CATALOGUE_NAME | 
| static java.lang.String | S_COLUMN_LABELConstant for S_COLUMN_LABEL | 
| static java.lang.String | S_COLUMN_NAMEConstant for S_COLUMN_NAME | 
| static java.lang.String | S_COLUMN_TYPEConstant for S_COLUMN_TYPE | 
| static java.lang.String | S_COLUMN_TYPENAMEConstant for S_COLUMN_TYPENAME | 
| static java.lang.String | S_DEFINATELYWRITABLEConstant for S_DEFINATELYWRITABLE | 
| static java.lang.String | S_DISPLAY_SIZEConstant for S_DISPLAY_SIZE | 
| static java.lang.String | S_ISNULLABLEConstant for S_ISNULLABLE | 
| static java.lang.String | S_ISSEARCHABLEConstant for S_ISSEARCHABLE | 
| static java.lang.String | S_ISSIGNEDConstant for S_ISSIGNED | 
| static java.lang.String | S_ISWRITEABLEConstant for S_ISWRITEABLE | 
| static java.lang.String | S_PRECISIONConstant for S_PRECISION | 
| static java.lang.String | S_SCALEConstant for S_SCALE | 
| static java.lang.String | S_SCHEMA_NAMEConstant for S_SCHEMA_NAME | 
| static java.lang.String | S_TABLE_NAMEConstant for S_TABLE_NAME | 
| static int | SCALEConstant for SCALE | 
| static int | SCHEMA_NAMEConstant for SCHEMA_NAME | 
| static int | TABLE_NAMEConstant for TABLE_NAME | 
| Constructor Summary | |
| ColumnAttribute(XStatement statement,
                org.w3c.dom.Element owner,
                int columnIndex,
                int type,
                java.sql.ResultSetMetaData metadata)Constructor ColumnAttribute | |
| Method Summary | |
|  java.lang.String | getName()Get the column name | 
|  java.lang.String | getNodeName()Get the column name | 
|  short | getNodeType()Return Node.ATTRIBUTE_NODE. | 
|  java.lang.String | getNodeValue()Return column value | 
|  org.w3c.dom.Element | getOwnerElement()Return column owner | 
|  org.w3c.dom.Node | getParentNode()Get parent node | 
|  boolean | getSpecified()Return Specified | 
|  java.lang.String | getValue()Return column value | 
|  boolean | setName(java.lang.String name)Set column name | 
|  void | setValue(java.lang.String value)setValue - Not supported | 
| Methods inherited from class weblogic.apache.xalan.lib.sql.StreamableNode | 
| getAttributes, 
getLength, 
getLocalName, 
getNamedItem, 
getNamedItemNS, 
getNamespaceURI, 
getNodeTest, 
getOwnerDocument, 
getPrefix, 
getUid, 
getXStatement, 
isSupported, 
item, 
removeNamedItem, 
removeNamedItemNS, 
setNamedItem, 
setNamedItemNS, 
setNodeTest | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Field Detail | 
public static final int CATALOGUE_NAME
public static final int DISPLAY_SIZE
public static final int COLUMN_LABEL
public static final int COLUMN_NAME
public static final int COLUMN_TYPE
public static final int COLUMN_TYPENAME
public static final int PRECISION
public static final int SCALE
public static final int SCHEMA_NAME
public static final int TABLE_NAME
public static final int CASESENSITIVE
public static final int DEFINATELYWRITABLE
public static final int ISNULLABLE
public static final int ISSIGNED
public static final int ISWRITEABLE
public static final int ISSEARCHABLE
public static final int NUMBER_ATTRIBUTES
public static final java.lang.String S_CATALOGUE_NAME
public static final java.lang.String S_DISPLAY_SIZE
public static final java.lang.String S_COLUMN_LABEL
public static final java.lang.String S_COLUMN_NAME
public static final java.lang.String S_COLUMN_TYPE
public static final java.lang.String S_COLUMN_TYPENAME
public static final java.lang.String S_PRECISION
public static final java.lang.String S_SCALE
public static final java.lang.String S_SCHEMA_NAME
public static final java.lang.String S_TABLE_NAME
public static final java.lang.String S_CASESENSITIVE
public static final java.lang.String S_DEFINATELYWRITABLE
public static final java.lang.String S_ISNULLABLE
public static final java.lang.String S_ISSIGNED
public static final java.lang.String S_ISWRITEABLE
public static final java.lang.String S_ISSEARCHABLE
| Constructor Detail | 
public ColumnAttribute(XStatement statement,
                       org.w3c.dom.Element owner,
                       int columnIndex,
                       int type,
                       java.sql.ResultSetMetaData metadata)
statement - Owning documentowner - Column owning this attributecolumnIndex - Owning column indextype - attribute typemetadata - Column header| Method Detail | 
public boolean setName(java.lang.String name)
name - column attribute namepublic java.lang.String getNodeName()
public java.lang.String getName()
public boolean getSpecified()
public java.lang.String getNodeValue()
public java.lang.String getValue()
public void setValue(java.lang.String value)
              throws org.w3c.dom.DOMException
value - column value to setpublic org.w3c.dom.Element getOwnerElement()
public org.w3c.dom.Node getParentNode()
public short getNodeType()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||