public interface Struct
| Modifier and Type | Method and Description |
|---|---|
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.
|
String getSQLTypeName() throws SQLException
SQLException - If an error occurs.Object[] getAttributes() throws SQLException
SQLException - If an error occurs.Object[] getAttributes(Map<String,Class<?>> map) throws SQLException
map - The map of SQL type mappings.SQLException - If a error occurs.