Arch4J 1.1

org.arch4j.dataaccess.common
Interface UpdatableQuery

All Superinterfaces:
Query
All Known Implementing Classes:
Insert, Update

public interface UpdatableQuery
extends Query

Extends the Query interface and adds an add method to be used by queries such as insert and update.

Author:
dcolwell

Method Summary
 void add(String columnName, Object value)
           
 

Method Detail

add

public void add(String columnName,
                Object value)

Arch4J 1.1

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