|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementations of this interface convert ResultSets into other objects.
Method Summary | |
Object |
handle(ResultSet rs)
Turn the ResultSet into an Object. |
Method Detail |
public Object handle(ResultSet rs) throws SQLException
ResultSet
into an Object.
rs
- The ResultSet
to handle. It has not been touched
before being passed to this method.
ResultSet
data. It is
legal for implementations to return null
if the
ResultSet
contained 0 rows.
SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |