KickJava   Java API By Example, From Geeks To Geeks.

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

java.sql
Interface Ref

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

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


Object getObject()
                 throws SQLException
See Also:
setObject(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object getObject(Map<String,Class<?>> map)
                 throws SQLException
See Also:
setObject(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setObject(Object value)
               throws SQLException
See Also:
CallableStatement.setObject(String, Object), PreparedStatement.setObject(int, Object), getObject(Map), getObject()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags