org.arch4j.dataaccess.common
Class Insert
java.lang.Object
|
+--org.arch4j.dataaccess.common.Insert
- All Implemented Interfaces:
- Query, UpdatableQuery
- public class Insert
- extends Object
- implements UpdatableQuery
This class acts as a wrapper around insert statements
It takes a table name and a Condition object in its contructor
A typical usage would be Insert ins = new Insert ("MyTable")
- Version:
- 1.0
- Author:
- SpiderLogic Team
Insert
public Insert(String tableName)
add
public void add(String columnName,
Object value)
- Specified by:
add
in interface UpdatableQuery
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.