org.tranql.query
Class ParamRemapper

java.lang.Object
  extended byorg.tranql.query.ParamRemapper
All Implemented Interfaces:
java.io.Serializable, UpdateCommand

public class ParamRemapper
extends java.lang.Object
implements UpdateCommand

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

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

Constructor Detail

ParamRemapper

public ParamRemapper(UpdateCommand next,
                     FieldTransform[] transforms)
Method Detail

getQuery

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

execute

public int execute(InTxCache cache,
                   Row params)
            throws QueryException
Specified by:
execute in interface UpdateCommand
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.