|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.toplink.publicinterface.DatabaseRow
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by DatabaseRecord
and Record
Purpose: Define a representation of a database row as field=>value pairs.
Responsibilities:
DatabaseField
, Serialized FormNested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Method Summary | |
void |
clear() Deprecated. PUBLIC: Clear the contents of the row. |
boolean |
contains(java.lang.Object value) Deprecated. PUBLIC: Check if the value is contained in the row. |
boolean |
containsKey(java.lang.Object key) Deprecated. PUBLIC: Check if the field is contained in the row. |
boolean |
containsKey(java.lang.String fieldName) Deprecated. PUBLIC: Check if the field is contained in the row. |
boolean |
containsValue(java.lang.Object value) Deprecated. PUBLIC: Check if the value is contained in the row. |
java.util.Enumeration |
elements() Deprecated. PUBLIC: Returns an Enumeration of the values. |
java.util.Set |
entrySet() Deprecated. PUBLIC: Returns a set of the keys. |
java.lang.Object |
get(java.lang.Object key) Deprecated. PUBLIC: Retrieve the value for the field name. |
java.lang.Object |
get(java.lang.String fieldName) Deprecated. PUBLIC: Retrieve the value for the field name. |
java.lang.Object |
getIndicatingNoEntry(java.lang.String fieldName) Deprecated. PUBLIC: Retrieve the value for the field name. |
java.lang.Object |
getValues(DatabaseField key) Deprecated. |
boolean |
isEmpty() Deprecated. PUBLIC: Return if the row is empty. |
java.util.Enumeration |
keys() Deprecated. PUBLIC: Returns an Enumeration of the DatabaseField objects. |
java.util.Set |
keySet() Deprecated. PUBLIC: Returns a set of the keys. |
java.lang.Object |
put(java.lang.Object key, java.lang.Object value) Deprecated. PUBLIC: Add the field-value pair to the row. |
java.lang.Object |
put(java.lang.String key, java.lang.Object value) Deprecated. PUBLIC: Add the field-value pair to the row. |
void |
putAll(java.util.Map map) Deprecated. PUBLIC: Add all of the elements. |
int |
size() Deprecated. PUBLIC: Return the number of field/value pairs in the row. |
java.util.Collection |
values() Deprecated. PUBLIC: Returns an collection of the values. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Method Detail |
public void clear()
clear
in interface java.util.Map
public boolean contains(java.lang.Object value)
public boolean containsKey(java.lang.Object key)
containsKey
in interface java.util.Map
public boolean containsKey(java.lang.String fieldName)
public boolean containsValue(java.lang.Object value)
containsValue
in interface java.util.Map
public java.util.Enumeration elements()
public java.util.Set entrySet()
entrySet
in interface java.util.Map
public java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map
public java.lang.Object get(java.lang.String fieldName)
public java.lang.Object getIndicatingNoEntry(java.lang.String fieldName)
public java.lang.Object getValues(DatabaseField key)
public boolean isEmpty()
isEmpty
in interface java.util.Map
public java.util.Enumeration keys()
public java.util.Set keySet()
keySet
in interface java.util.Map
public java.lang.Object put(java.lang.Object key, java.lang.Object value) throws ValidationException
put
in interface java.util.Map
ValidationException
public java.lang.Object put(java.lang.String key, java.lang.Object value)
public void putAll(java.util.Map map)
putAll
in interface java.util.Map
public int size()
size
in interface java.util.Map
public java.util.Collection values()
values
in interface java.util.Map
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |