API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql.rowset.serial. SerialStruct View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      SerialStruct
Implements
 Struct
 Serializable
 Cloneable
Subclasses
Description
public class SerialStruct
  A serialized mapping in the Java programming language of an SQL structured type.
See also:   
Constructors
public SerialStruct (SQLData in, Map<String, Class<Object>> map) throws SerialException
  Constructs a SerialStruct object from the given SQLData object, using the given type map to custom map it to a class in the Java programming language.
public SerialStruct (Struct in, Map<String, Class<Object>> map) throws SerialException
  Constructs a SerialStruct object from the given Struct object, using the given java.util.Map object for custom mapping the SQL structured type or any of its attributes that are SQL structured types.
Methods
Hide/Show inherited methods
public Object getAttributes () throws SerialException [Specified in Struct]
  Retrieves an array of Object values containing the attributes of the SQL structured type that this SerialStruct object represents.
public Object getAttributes (Map<String, Class<Object>> map) throws SerialException [Specified in Struct]
  Retrieves the attributes for the SQL structured type that this SerialStruct represents as an array of Object values, using the given type map for custom mapping if appropriate.
public String getSQLTypeName () throws SerialException [Specified in Struct]
  Retrieves the SQL type name for this SerialStruct object.
Fields
Hide/Show inherited fields
pack-privatefinalstatic long serialVersionUID = "-8322445504027483372"
The identifier that assists in the serialization of this SerialStruct object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar