org.tranql.query
Interface UpdateCommand

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

public interface UpdateCommand
extends java.io.Serializable

Version:
$Revision: 155 $ $Date: 2004-12-03 00:12:10 +0100 (Fri, 03 Dec 2004) $

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 © -2006 The Codehaus. All Rights Reserved.