org.makumba.db.makumba.sql
Class SQLUpdate

java.lang.Object
  extended by org.makumba.db.makumba.sql.SQLUpdate
All Implemented Interfaces:
Update

public class SQLUpdate
extends Object
implements Update


Field Summary
(package private)  ParameterAssigner assigner
           
(package private)  Database db
           
(package private)  String debugString
           
(package private)  String DELIM
           
(package private)  SQLParameterTransformer qG
           
(package private)  QueryAnalysisProvider qP
           
(package private)  String setWhere
           
(package private)  String type
           
(package private)  String updateCommand
           
 
Constructor Summary
SQLUpdate(Database db, String from, String setWhere, String DELIM)
           
 
Method Summary
 int execute(DBConnection dbc, Map<String,Object> args)
          Executes the query with the given arguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assigner

ParameterAssigner assigner

debugString

String debugString

updateCommand

String updateCommand

type

String type

setWhere

String setWhere

DELIM

String DELIM

db

Database db

qG

SQLParameterTransformer qG

qP

QueryAnalysisProvider qP
Constructor Detail

SQLUpdate

SQLUpdate(Database db,
          String from,
          String setWhere,
          String DELIM)
Method Detail

execute

public int execute(DBConnection dbc,
                   Map<String,Object> args)
Description copied from interface: Update
Executes the query with the given arguments

Specified by:
execute in interface Update