org.tranql.cache
Class CacheRowLoader

java.lang.Object
  extended byorg.tranql.cache.CacheRowLoader
All Implemented Interfaces:
ResultHandler

public class CacheRowLoader
extends java.lang.Object
implements ResultHandler

Version:
$Revision: 1.2 $ $Date: 2004/05/14 17:47:35 $

Constructor Summary
CacheRowLoader(EmptySlotLoader[] accessors)
           
 
Method Summary
 java.lang.Object fetched(Row row, java.lang.Object arg)
           
 boolean wasFetched()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheRowLoader

public CacheRowLoader(EmptySlotLoader[] accessors)
Method Detail

fetched

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

wasFetched

public boolean wasFetched()


Copyright © -2005 The Codehaus. All Rights Reserved.