|
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 Table
Table contains metric values of a metric table.
| Method Summary | |
|---|---|
void |
close()Clears the contents of this Table. |
boolean |
containsKey(java.lang.String name)Returns true if this Table contains the given key column. |
java.util.Enumeration |
enumerateKeys(boolean sorted)Enumerates the names of the key columns in this Table as Strings. |
java.util.Enumeration |
enumerateRows()Enumerates the Rows in this Table. |
java.util.Enumeration |
enumerateRows(RowComparator comparator)Enumerates the Rows in this Table in the order determined by the given RowComparator object. |
java.util.Enumeration |
enumerateRows(RowSelector selector)Enumerates the Rows in this Table that meet the criteria determined by the given RowSelector object. |
java.lang.String[] |
getKeys()Gets the names of the key columns in this Table as an array. |
Row |
getRow(Key key)Returns the Row identified by the given Key. |
Schema |
getSchema()Gets the Schema of this Table. |
boolean |
hasRows()Returns true if this Table contains Rows. |
boolean |
hasSchema()Returns true if this Table contains Schema. |
int |
keyCount()Gets the number of the key columns in this Table. |
int |
rowCount()Gets the number of the rows in this Table. |
| Methods inherited from interface oracle.dms.table.Name |
|---|
getName |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
Schema getSchema()
Schema of this Table.Schema of this Table. Returns null if users choose not to retrieve Schema.int rowCount()
Table.Table.Row getRow(Key key)
Row identified by the given Key.key - the Key object.Row identified by the given Key.java.util.Enumeration enumerateRows()
Rows in this Table. The order is not specified.Enumeration object for enumerating Rows in this Table.enumerateRows(RowComparator comparator), enumerateRows(RowSelector selector)java.util.Enumeration enumerateRows(RowComparator comparator)
Rows in this Table in the order determined by the given RowComparator object.Enumeration object for enumerating Rows this Table contains in the order determined by the given RowComparator object.enumerateRows(), enumerateRows(RowSelector selector)java.util.Enumeration enumerateRows(RowSelector selector)
Rows in this Table that meet the criteria determined by the given RowSelector object.Enumeration object for enumerating Rows in this Table that meet the criteria determined by the given RowSelector object.enumerateRows(), enumerateRows(RowComparator comparator)boolean hasSchema()
true if this Table contains Schema.true if this Table contains Schema.boolean hasRows()
true if this Table contains Rows.true if this Table contains Rows.void close()
Table. Users should not use this Table afterwards.int keyCount()
Table.Table.java.lang.String[] getKeys()
Table as an array.Table as an array.enumerateKeys(boolean sorted)boolean containsKey(java.lang.String name)
true if this Table contains the given key column.name - the name of the key column.true if this Table contains the given key column.java.util.Enumeration enumerateKeys(boolean sorted)
Table as Strings.sorted - true enumerates the names of the key columns in the acsending order.Enumeration object for enumerating the names of the key columns in this Table as Strings.getKeys()
|
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 | ||||||||