org.tranql.query
Interface UpdateCommand

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EJBUpdateCommand, JDBCUpdateCommand, ParamRemapper

public interface UpdateCommand
extends java.io.Serializable

Version:
$Revision: 1.4 $ $Date: 2004/04/21 01:25:23 $

Method Summary
 int execute(InTxCache cache, Row params)
           
 Query getQuery()
           
 

Method Detail

getQuery

public Query getQuery()

execute

public int execute(InTxCache cache,
                   Row params)
            throws QueryException
Throws:
QueryException


Copyright © -2005 The Codehaus. All Rights Reserved.