org.tranql.query
Class ResultRemapper

java.lang.Object
  extended byorg.tranql.query.ResultRemapper
All Implemented Interfaces:
QueryCommand, java.io.Serializable

public class ResultRemapper
extends java.lang.Object
implements QueryCommand

Version:
$Revision: 323 $ $Date: 2006-02-19 07:29:24 +0100 (Sun, 19 Feb 2006) $
See Also:
Serialized Form

Constructor Summary
ResultRemapper(QueryCommand next, FieldTransform[] transforms)
           
 
Method Summary
 java.lang.Object execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 Query getQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultRemapper

public ResultRemapper(QueryCommand next,
                      FieldTransform[] transforms)
Method Detail

getQuery

public Query getQuery()
Specified by:
getQuery in interface QueryCommand

execute

public java.lang.Object execute(InTxCache cache,
                                ResultHandler handler,
                                Row params,
                                java.lang.Object arg)
                         throws QueryException
Specified by:
execute in interface QueryCommand
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.