| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimpledb.parse.ModifyData
public class ModifyData
Data for the SQL update statement.
| Constructor Summary | |
|---|---|
ModifyData(String tblname,
           String fldname,
           Expression newval,
           Predicate pred)
Saves the table name, the modified field and its new value, and the predicate.  | 
|
| Method Summary | |
|---|---|
 Expression | 
newValue()
Returns an expression.  | 
 Predicate | 
pred()
Returns the predicate that describes which records should be modified.  | 
 String | 
tableName()
Returns the name of the affected table.  | 
 String | 
targetField()
Returns the field whose values will be modified  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ModifyData(String tblname,
                  String fldname,
                  Expression newval,
                  Predicate pred)
| Method Detail | 
|---|
public String tableName()
public String targetField()
public Expression newValue()
public Predicate pred()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||