Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.sql

Interface Struct

java.lang.Object
|
+--java.sql.Struct


public interface Struct

This interface implements the standard type mapping for a SQL structured type.

Author:

Method Summary

java.lang.Object[]getAttributes()

This method returns the attributes of this SQL structured type.
java.lang.Object[]getAttributes(java.util.Map map)

This method returns the attributes of this SQL structured type.
java.lang.StringgetSQLTypeName()

This method returns the name of the SQL structured type for this object.

Method Details

getAttributes

public Object[] getAttributes()

This method returns the attributes of this SQL structured type.

Returns:

Throws:


getAttributes

public Object[] getAttributes(java.util.Map map)

This method returns the attributes of this SQL structured type. The specified map of type mappings overrides the default mappings.

Parameters:

Returns:

Throws:


getSQLTypeName

public String getSQLTypeName()

This method returns the name of the SQL structured type for this object.

Returns:

Throws: