|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the operations for extracting data from a result set.
Method Summary | |
java.lang.Object |
extractData(java.sql.ResultSet resultSet)
Extracts data from the result set. |
void |
setAttribute(java.lang.String key,
java.lang.Object value)
Sets the attribute value with the specified key. |
Method Detail |
public java.lang.Object extractData(java.sql.ResultSet resultSet) throws java.sql.SQLException
resultSet
- the result set
java.sql.SQLException
- if an error occurspublic void setAttribute(java.lang.String key, java.lang.Object value)
key
- the attribute keyvalue
- the attribute value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |