com.mwc.sqld.db
Class SimpleUpdateEngine

java.lang.Object
  |
  +--com.mwc.sqld.db.SimpleUpdateEngine
All Implemented Interfaces:
UpdateEngine

public class SimpleUpdateEngine
extends java.lang.Object
implements UpdateEngine


Constructor Summary
SimpleUpdateEngine()
           
 
Method Summary
 int update(UpdateCurser[] data, java.util.LinkedList setList, Criteria c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleUpdateEngine

public SimpleUpdateEngine()
Method Detail

update

public int update(UpdateCurser[] data,
                  java.util.LinkedList setList,
                  Criteria c)
           throws DBException
Specified by:
update in interface UpdateEngine