org.tranql.query
Class CollectionResultHandler

java.lang.Object
  extended byorg.tranql.query.CollectionResultHandler
All Implemented Interfaces:
ResultHandler, java.io.Serializable

public class CollectionResultHandler
extends java.lang.Object
implements ResultHandler, java.io.Serializable

Version:
$Revision: 188 $ $Date: 2005-07-03 12:07:58 +0200 (Sun, 03 Jul 2005) $
See Also:
Serialized Form

Constructor Summary
CollectionResultHandler(FieldTransform accessor)
           
 
Method Summary
 java.lang.Object endFetched(java.lang.Object arg)
           
 java.lang.Object fetched(Row row, java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionResultHandler

public CollectionResultHandler(FieldTransform accessor)
Method Detail

fetched

public java.lang.Object fetched(Row row,
                                java.lang.Object arg)
                         throws QueryException
Specified by:
fetched in interface ResultHandler
Throws:
QueryException

endFetched

public java.lang.Object endFetched(java.lang.Object arg)
                            throws QueryException
Specified by:
endFetched in interface ResultHandler
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.