|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.batch.AbstractBatchSpec
public abstract class AbstractBatchSpec
This class specifies the contract for processing multiple row update
and delete operations.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
appendWhere(WhereExpression a_where,
LogicalOperator a_logicalOperator)
Appends the WhereExpression to the WHERE clause. |
void |
appendWhere(WTCollection a_objects,
boolean a_checkUpdateCount,
LogicalOperator a_logicalOperator)
This method appends a WhereEpression to include the specified objects by object ID. |
ClassTableExpression |
getTarget()
Gets the value of the attribute: target; The target of the operation. |
WhereExpression |
getWhere()
Gets the value of the attribute: where; Criteria to use for the operation. |
void |
setTarget(ClassTableExpression a_Target)
Sets the value of the attribute: target; The target of the operation. |
void |
setWhere(WhereExpression a_Where)
Sets the value of the attribute: where; Criteria to use for the operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ClassTableExpression getTarget()
public void setTarget(ClassTableExpression a_Target)
throws WTPropertyVetoException
a_Target -
WTPropertyVetoExceptionpublic WhereExpression getWhere()
public void setWhere(WhereExpression a_Where)
throws WTPropertyVetoException
a_Where -
WTPropertyVetoException
public void appendWhere(WhereExpression a_where,
LogicalOperator a_logicalOperator)
throws WTPropertyVetoException
a_where - The WhereExpression to append.a_logicalOperator - The logical operator to use when appending, if there is an existing Where expression.
WTPropertyVetoException
public void appendWhere(WTCollection a_objects,
boolean a_checkUpdateCount,
LogicalOperator a_logicalOperator)
throws WTException,
WTPropertyVetoException
a_objects - Objects to build expression fora_checkUpdateCount - If true, then the update counts of the objects are included in the criteria.a_logicalOperator - The logical operator to use when appending, if there is an existing Where expression.
WTException
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||