public interface Struct
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getAttributes()
This method returns the attributes of this SQL structured type.
|
java.lang.Object[] |
getAttributes(java.util.Map<java.lang.String,java.lang.Class<?>> map)
This method returns the attributes of this SQL structured type.
|
java.lang.String |
getSQLTypeName()
This method returns the name of the SQL structured type for this
object.
|
java.lang.String getSQLTypeName() throws SQLException
SQLException - If an error occurs.java.lang.Object[] getAttributes() throws SQLException
SQLException - If an error occurs.java.lang.Object[] getAttributes(java.util.Map<java.lang.String,java.lang.Class<?>> map) throws SQLException
map - The map of SQL type mappings.SQLException - If a error occurs.