org.makumba.db.makumba.sql
Class SQLUpdate
java.lang.Object
org.makumba.db.makumba.sql.SQLUpdate
- All Implemented Interfaces:
- Update
public class SQLUpdate
- extends Object
- implements Update
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
assigner
ParameterAssigner assigner
debugString
String debugString
updateCommand
String updateCommand
qP
QueryAnalysisProvider qP
SQLUpdate
SQLUpdate(Database db,
String from,
String setWhere,
String DELIM)
execute
public int execute(DBConnection dbc,
Object[] args)
- Description copied from interface:
Update
- Executes the query with the given arguments
- Specified by:
execute in interface Update