Oracle TopLink API Reference
10g Release 3 (10.1.3)

B13698-01


oracle.toplink.sessions
Class DatabaseRecord

java.lang.Object
  extended byoracle.toplink.publicinterface.DatabaseRow
      extended byoracle.toplink.sessions.DatabaseRecord

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

public class DatabaseRecord
extends DatabaseRow

Purpose: Define a representation of a database row as field=>value pairs. This is the database row implementation class, the Record or java.util.Map interfaces should be used to access this class instead of the implemention class.

Responsibilities:

See Also:
DatabaseField, Record, Map, Serialized Form

Nested Class Summary

 

Nested classes inherited from class java.util.Map
java.util.Map.Entry

 

Methods inherited from class oracle.toplink.publicinterface.DatabaseRow
clear, contains, containsKey, containsKey, containsValue, elements, entrySet, get, get, getIndicatingNoEntry, 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
equals, hashCode

 


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