java.sql
public interface Struct
Method Summary | |
---|---|
Object[] | getAttributes()
This method returns the attributes of this SQL structured type.
|
Object[] | getAttributes(Map<String,Class<?>> map)
This method returns the attributes of this SQL structured type.
|
String | getSQLTypeName()
This method returns the name of the SQL structured type for this
object.
|
Returns: The attributes of this structure type.
Throws: SQLException If an error occurs.
Parameters: map The map of SQL type mappings.
Returns: The attributes of this structure type.
Throws: SQLException If a error occurs.
Returns: The SQL structured type name.
Throws: SQLException If an error occurs.