org.tranql.sql.jdbc
Class NoOpJDBCUpdateCommand

java.lang.Object
  extended by org.tranql.sql.jdbc.NoOpJDBCUpdateCommand
All Implemented Interfaces:
java.io.Serializable, UpdateCommand

public class NoOpJDBCUpdateCommand
extends java.lang.Object
implements UpdateCommand

Version:
$Revision: 142 $ $Date: 2004-11-07 09:01:22 +0100 (Sun, 07 Nov 2004) $
See Also:
Serialized Form

Constructor Summary
NoOpJDBCUpdateCommand()
           
 
Method Summary
 int execute(InTxCache cache, Row row)
           
 Query getQuery()
           
 java.lang.String getSQLText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpJDBCUpdateCommand

public NoOpJDBCUpdateCommand()
Method Detail

getQuery

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

getSQLText

public java.lang.String getSQLText()

execute

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


Copyright © -2010 The Codehaus. All Rights Reserved.