Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.publicinterface
Class DatabaseRow

java.lang.Object
  extended by oracle.toplink.internal.sessions.AbstractRecord
      extended by oracle.toplink.sessions.DatabaseRecord
          extended by oracle.toplink.publicinterface.DatabaseRow

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, Record

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by DatabaseRecord, and Record

public class DatabaseRow
extends DatabaseRecord
implements Record, java.lang.Cloneable, java.io.Serializable, java.util.Map

Purpose: Define a representation of a database row as field=>value pairs.

Responsibilities:

See Also:
oracle.toplink.internal.helper.DatabaseField, Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>

 

Constructor Summary
DatabaseRow()
          Deprecated.  

 

Method Summary

 

Methods inherited from class oracle.toplink.sessions.DatabaseRecord
clear, contains, containsKey, containsKey, containsValue, elements, entrySet, get, get, getIndicatingNoEntry, getValues, getValues, isEmpty, keys, keySet, put, put, putAll, size, values

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values

 

Constructor Detail

DatabaseRow

public DatabaseRow()
Deprecated. 

Skip navigation links

Copyright © 1998, 2009, Oracle. All Rights Reserved.