com.imcode.db.commands
Class SqlUpdateDatabaseCommand

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

public class SqlUpdateDatabaseCommand
extends java.lang.Object
implements DatabaseCommand


Constructor Summary
SqlUpdateDatabaseCommand(java.lang.String sqlStr, 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

SqlUpdateDatabaseCommand

public SqlUpdateDatabaseCommand(java.lang.String sqlStr,
                                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 © -2005 . All Rights Reserved.