public class SoapRow extends Row
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap |
cellAttributes
the cells
|
protected java.util.HashMap |
rowAttributes
the rows attributes
|
Constructor and Description |
---|
SoapRow(java.util.TimeZone tz,
java.util.ArrayList columns,
org.w3c.dom.Node rowNode)
The row for the soap result set
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getAttributeNames(Column column)
Get the cell Attribute names
|
java.lang.String |
getAttributeValue(Column column,
java.lang.String key)
Get the cell Attribute names
|
java.lang.Object[] |
getRowAttributeNames()
Get the row attribute Names
|
java.lang.String |
getRowAttributeValue(java.lang.String key)
Get the row attribute value of a column in the current row as a Java String.
|
protected java.util.HashMap cellAttributes
protected java.util.HashMap rowAttributes
public SoapRow(java.util.TimeZone tz, java.util.ArrayList columns, org.w3c.dom.Node rowNode) throws java.lang.Exception
tz
- The timezonecolumns
- the list of columnsrowNode
- the xml rowjava.lang.Exception
- a serious problem@CheckReturnValue @Nullable public java.lang.String getRowAttributeValue(@Nonnull java.lang.String key) throws java.sql.SQLException
key
- the attribute namejava.sql.SQLException
- if a database-access error occurs.public java.lang.String getAttributeValue(Column column, java.lang.String key) throws java.sql.SQLException
column
- the columnkey
- the keyjava.sql.SQLException
- if a database-access error occurs.public java.lang.Object[] getAttributeNames(Column column) throws java.sql.SQLException
column
- the columnjava.sql.SQLException
- if a database-access error occurs.@CheckReturnValue @Nullable public java.lang.Object[] getRowAttributeNames() throws java.sql.SQLException
java.sql.SQLException
- if a database-access error occurs.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.