com.imcode.db.commands
Class SqlUpdateCommand

java.lang.Object
  extended by com.imcode.db.commands.SqlUpdateCommand
All Implemented Interfaces:
DatabaseCommand
Direct Known Subclasses:
SqlUpdateDatabaseCommand

public class SqlUpdateCommand
extends java.lang.Object
implements DatabaseCommand


Constructor Summary
SqlUpdateCommand(java.lang.String sql, java.lang.Object[] parameters)
           
 
Method Summary
 java.lang.Object executeOn(DatabaseConnection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlUpdateCommand

public SqlUpdateCommand(java.lang.String sql,
                        java.lang.Object[] parameters)
Method Detail

executeOn

public java.lang.Object executeOn(DatabaseConnection connection)
                           throws DatabaseException
Specified by:
executeOn in interface DatabaseCommand
Throws:
DatabaseException


Copyright © -2006 . All Rights Reserved.