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. The type map gives the SQL type and the class
to which it is mapped. The
SQLData
object
defines the class to which the SQL type will be mapped.
Parameters:
-
in - an instance of the
SQLData
class
that defines the mapping of the SQL structured
type to one or more objects in the Java programming language
-
map - a
java.util.Map
object in which
each entry consists of 1) a
String
object
giving the fully qualified name of a UDT and 2) the
Class
object for the
SQLData
implementation
that defines how the UDT is to be mapped
Throws:
-
SerialException - if an error occurs