|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbutler.sql.record.DefaultRowProcessor
public class DefaultRowProcessor
Converts one row of the ResultSet to a Record object. If the query joins multiple tables more than one row of the ResultSet may be used. If there are one-to-many joins the related records will be added to the main record. This will also work if there are recursive joins.
Constructor Summary | |
---|---|
DefaultRowProcessor(Query query)
|
Method Summary | |
---|---|
java.lang.Object |
process(java.sql.ResultSet rs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultRowProcessor(Query query)
Method Detail |
---|
public java.lang.Object process(java.sql.ResultSet rs) throws java.lang.Exception
process
in interface RowProcessor
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |