org.tranql.sql.jdbc
Class JDBCUpdateCommand

java.lang.Object
  extended byorg.tranql.sql.jdbc.JDBCUpdateCommand
All Implemented Interfaces:
java.io.Serializable, UpdateCommand

public class JDBCUpdateCommand
extends java.lang.Object
implements UpdateCommand

Version:
$Revision: 1.6 $ $Date: 2004/04/21 01:25:23 $
See Also:
Serialized Form

Constructor Summary
JDBCUpdateCommand(Query query, javax.sql.DataSource ds, java.lang.String sql, InputBinding[] inBindings)
           
 
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

JDBCUpdateCommand

public JDBCUpdateCommand(Query query,
                         javax.sql.DataSource ds,
                         java.lang.String sql,
                         InputBinding[] inBindings)
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 © -2005 The Codehaus. All Rights Reserved.