|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.batch.AbstractBatchSpec
wt.fc.batch.UpdateBatchSpec
public class UpdateBatchSpec
This class implements processing multiple row update operations.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
UpdateBatchSpec()
This constructor initializes the instance. |
|
UpdateBatchSpec(ClassTableExpression a_target,
WhereExpression a_where,
UpdateColumnExpression[] a_updateColumns)
This constructor initializes the instance. |
|
| Method Summary | |
|---|---|
UpdateColumnExpression[] |
getUpdateColumns()
Gets the value of the attribute: updateColumns; Array of individual columns and expressions that will be updated. |
void |
setUpdateColumns(UpdateColumnExpression[] a_UpdateColumns)
Sets the value of the attribute: updateColumns; Array of individual columns and expressions that will be updated. |
| Methods inherited from class wt.fc.batch.AbstractBatchSpec |
|---|
appendWhere, appendWhere, getTarget, getWhere, setTarget, setWhere |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateBatchSpec()
public UpdateBatchSpec(ClassTableExpression a_target,
WhereExpression a_where,
UpdateColumnExpression[] a_updateColumns)
throws WTPropertyVetoException
a_target - Target of the operation.a_where - Criteria to use for the operation.a_updateColumns - Columns to update.
WTPropertyVetoException| Method Detail |
|---|
public UpdateColumnExpression[] getUpdateColumns()
public void setUpdateColumns(UpdateColumnExpression[] a_UpdateColumns)
throws WTPropertyVetoException
a_UpdateColumns -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||