|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.voruta.CollectionHandler
transforms resultset to collection of arrays
Constructor Summary | |
CollectionHandler()
Creates a new instance of CollectionHandler |
Method Summary | |
java.lang.Object |
handle(DbResultSet rs,
java.lang.Class type,
java.lang.Object[] params)
Callback method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CollectionHandler()
Method Detail |
public java.lang.Object handle(DbResultSet rs, java.lang.Class type, java.lang.Object[] params) throws java.lang.Exception
ResultSetHandler
handle
in interface ResultSetHandler
net.sf.voruta.ResultSetHandler
rs
- Result set returned by SQL queryreturnType
- method result typeparams
- method parametersSQLException
- on error in query processing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |