|
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 String s. |
java.util.Enumeration |
enumerateRows() Enumerates the Row s in this Table . |
java.util.Enumeration |
enumerateRows(RowComparator comparator) Enumerates the Row s in this Table in the order determined by the given RowComparator object. |
java.util.Enumeration |
enumerateRows(RowSelector selector) Enumerates the Row s 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 Row s. |
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()
Row
s in this Table
. The order is not specified.Enumeration
object for enumerating Row
s in this Table
.enumerateRows(RowComparator comparator)
, enumerateRows(RowSelector selector)
java.util.Enumeration enumerateRows(RowComparator comparator)
Row
s in this Table
in the order determined by the given RowComparator
object.Enumeration
object for enumerating Row
s this Table
contains in the order determined by the given RowComparator
object.enumerateRows()
, enumerateRows(RowSelector selector)
java.util.Enumeration enumerateRows(RowSelector selector)
Row
s in this Table
that meet the criteria determined by the given RowSelector
object.Enumeration
object for enumerating Row
s 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 Row
s.true
if this Table
contains Row
s.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 String
s.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 String
s.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 |