API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql.rowset.serial. SerialDatalink View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      SerialDatalink
Implements
 Serializable
 Cloneable
Subclasses
Description
public class SerialDatalink
  A serialized mapping in the Java programming language of an SQL DATALINK value.
See also:   
Constructors
public SerialDatalink (URL url) throws SerialException
  Constructs a new SerialDatalink object from the given java.net.URL object.
Methods
Hide/Show inherited methods
public URL getDatalink () throws SerialException
  Returns a new URL that is a copy of this SerialDatalink object.
Fields
Hide/Show inherited fields
pack-privatefinalstatic long serialVersionUID = "2826907821828733626"
The identifier that assists in the serialization of this SerialDatalink object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar