KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > sql > Struct

java.sql
Interface Struct

All Known Implementing Classes:
SerialStruct
See Also:
Top Examples, Source Code

Object[] getAttributes()
                       throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object[] getAttributes(Map<String,Class<?>> map)
                       throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getSQLTypeName()
                      throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags