Methods Summary |
---|
public java.lang.Object[] | getAttributes()Gets the values of the attributes of this SQL structured type. This
method uses the type map associated with the {@link Connection} for
customized type mappings. Where there is no entry in the type mapping
which matches this structured type, the JDBC driver uses the standard
mapping.
|
public java.lang.Object[] | getAttributes(java.util.Map theMap)Gets the values of the attributes of this SQL structured type. This
method uses the supplied type mapping to determine how to map SQL types
to their corresponding Java objects. In the
case where there is no entry in the type mapping which matches this
structured type, the JDBC driver uses the default mapping. The {@code
Connection} type map is never utilized by this method.
|
public java.lang.String | getSQLTypeName()Gets the SQL Type name of the SQL structured type that this {@code
Struct} represents.
|