Arch4J 1.1

org.arch4j.dataaccess.common
Class Update

java.lang.Object
  |
  +--org.arch4j.dataaccess.common.Update
All Implemented Interfaces:
Query, UpdatableQuery

public class Update
extends Object
implements UpdatableQuery

This class acts as a wrapper around Update statements It takes a table name and a Condition object in its constructor

Version:
1.0
Author:
SpiderLogic Team

Constructor Summary
Update(String tableName, Condition where)
           
 
Method Summary
 void add(String columnName, Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Update

public Update(String tableName,
              Condition where)
Method Detail

add

public void add(String columnName,
                Object value)
Specified by:
add in interface UpdatableQuery

toString

public String toString()
Overrides:
toString in class Object

Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.