|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3) B25989-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.dms.table.Key
Table class uses Key instances to uniquely identify Rows. A Key instance contains a set of the key column names and values.
| Constructor Summary | |
Key(java.util.Map keyMap)Creates an object. |
|
| Method Summary | |
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.lang.String[] |
getKeys()Gets the names of the key columns in this Table as an array. |
java.lang.Object |
getKeyValue(java.lang.String key)Gets the value of the given key column. |
int |
keyCount()Gets the number of the key columns in this Table. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Key(java.util.Map keyMap)
keyMap - key column values hashed by key column names.| Method Detail |
public java.lang.Object getKeyValue(java.lang.String key)
key - the name of the key column.public int keyCount()
Table.keyCount in interface oracle.dms.table.KeyColumnsTable.public java.lang.String[] getKeys()
Table as an array.getKeys in interface oracle.dms.table.KeyColumnsTable as an array.KeyColumns.enumerateKeys(boolean sorted)public boolean containsKey(java.lang.String name)
true if this Table contains the given key column.containsKey in interface oracle.dms.table.KeyColumnsname - the name of the key column.true if this Table contains the given key column.public java.util.Enumeration enumerateKeys(boolean sorted)
Table as Strings.enumerateKeys in interface oracle.dms.table.KeyColumnssorted - 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.KeyColumns.getKeys()
|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3) B25989-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||