API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql.rowset.serial. SerialRef View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      SerialRef
Implements
 Ref
 Serializable
 Cloneable
Subclasses
Description
public class SerialRef
  A serialized mapping of a Ref object, which is the mapping in the Java programming language of an SQL REF value.
See also:   
Constructors
public SerialRef (Ref ref) throws SerialException SQLException
  Constructs a SerialRef object from the given Ref object.
Methods
Hide/Show inherited methods
public String getBaseTypeName () throws SerialException [Specified in Ref]
  Returns a string describing the base type name of the Ref.
public Object getObject () throws SerialException [Specified in Ref]
  Returns an Object representing the SQL structured type to which this SerialRef object refers.
public Object getObject (Map<String, Class<Object>> map) throws SerialException [Specified in Ref]
  Returns an Object representing the SQL structured type to which this SerialRef object refers.
public void setObject (Object obj) throws SerialException [Specified in Ref]
  Sets the SQL structured type that this SerialRef object references to the given Object object.
Fields
Hide/Show inherited fields
pack-privatefinalstatic long serialVersionUID = "-4727123500609662274"
The identifier that assists in the serialization of this SerialRef object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar