API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql.rowset.serial. SerialJavaObject View Source
Author(s)
Jonathan Bruce
Since
Version
0.1
Serial
Hierarchy
 Object
      SerialJavaObject
Implements
 Serializable
 Cloneable
Subclasses
Description
public class SerialJavaObject
  A serializable mapping in the Java programming language of an SQL JAVA_OBJECT value.
See also:   
Constructors
public SerialJavaObject (Object obj) throws SerialException
  Constructor for SerialJavaObject helper class.
Methods
Hide/Show inherited methods
public Field getFields () throws SerialException
  Returns an array of Field objects that contains each field of the object that this helper class is serializing.
public Object getObject () throws SerialException
  Returns an Object that is a copy of this SerialJavaObject object.
Fields
Hide/Show inherited fields
pack-private Vector chain
  A container for the warnings issued on this SerialJavaObject object.
pack-privatefinalstatic long serialVersionUID = "-1465795139032831023"
The identifier that assists in the serialization of this SerialJavaObject object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar