|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
QueryResultBuilder is a callback interface to build a result object in query iterator from queried row attributes. This object is then returned to the user from query result iterator.
| Method Summary | |
java.lang.Object |
buildQueryResultObject(JQueryResultRow attributes)
This method should process parameters and build one instance of query result object. |
void |
endProcessing()
End processing of the query. |
void |
startProcessing(JQueryAttribute[] selectAttributes)
Start processing of the query. |
| Method Detail |
public java.lang.Object buildQueryResultObject(JQueryResultRow attributes)
attributes - attributes returned for this row.
public void startProcessing(JQueryAttribute[] selectAttributes)
buildQueryResultObject(JQueryResultRow).
selectAttributes - attributes selected from the query.public void endProcessing()
buildQueryResultObject(JQueryResultRow)
and before the query result is released.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||