|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Row
Row contains the column names and values of the metric table.
| Method Summary | |
|---|---|
int |
columnCount()Gets the number of the columns in this Row. |
boolean |
containsColumn(java.lang.String name)Returns true if this Row contains the given column. |
java.util.Enumeration |
enumerateNames(boolean sorted)Enumerates column names this Row contains as Strings. |
Key |
getKey()Returns the Key object of this Row. |
Key |
getKey(boolean reset)Returns the Key object of this Row. |
java.lang.String[] |
getNames()Returns the names of the columns in this Row as an array. |
Table |
getTable()Gets the Table containing this object. |
java.lang.String |
getType(java.lang.String name)Gets the type of the column value. |
byte |
getTypeID(java.lang.String name)Gets the numerical type ID of the column value. |
java.io.Serializable |
getValue(java.lang.String name)Returns the value of the given column. |
| Method Detail |
|---|
int columnCount()
Row. Some columns without values may be omitted.Row.java.lang.String[] getNames()
Row as an array. Some columns without values may be omitted.Row as an array.enumerateNames(boolean sorted)boolean containsColumn(java.lang.String name)
true if this Row contains the given column.name - the name of the column.true if this Row contains the given column.java.util.Enumeration enumerateNames(boolean sorted)
Row contains as Strings. Some columns without values may be omitted.sorted - true enumerates column names in the acsending order.Enumeration object for enumerating column names this Row contains as Strings.getNames()java.io.Serializable getValue(java.lang.String name)
ErrorObject.ERROR_OBJECT if the given name is null.name - the name of the column.ErrorObject.ERROR_OBJECT if the given name is null.Key getKey()
Key object of this Row. This method generates a new Key instance at the first invocation. The subsequent calls will return the same Key instance. Calling this method is the same as calling getKey(false).Key object of this Row.getKey(boolean reset)Key getKey(boolean reset)
Key object of this Row.reset - true generates a new instance of Key.Key object of this Row.getKey()java.lang.String getType(java.lang.String name)
name - the name of the column.byte getTypeID(java.lang.String name)
name - the name of the column.ColumnDefinition.INTEGER, ColumnDefinition.LONG, ColumnDefinition.DOUBLE, and ColumnDefinition.STRING.Table getTable()
Table containing this object.Table containing this object.
|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||