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:- Aaron M. Renn (arenn@urbanophile.com)
getAttributes
public Object[] getAttributes()
This method returns the attributes of this SQL structured type.
Returns:
- The attributes of this structure type.
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:
- The attributes of this structure type.
Throws:
getSQLTypeName
public String getSQLTypeName()
This method returns the name of the SQL structured type for this
object.
Returns:
- The SQL structured type name.
Throws: