|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Struct
This interface implements the standard type mapping for a SQL structured type.
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |