Returns an
Object
representing the SQL structured type
to which this
SerialRef
object refers. The attributes
of the structured type are mapped according to the given type map.
Returns:
an object instance resolved from the Ref reference and mapped
according to the supplied type map
Parameters:
-
map - a
java.util.Map
object containing zero or
more entries, with each entry consisting of 1) a
String
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 is encountered in the reference
resolution