Package wt.fc.batch
Class DeleteBatchSpec
java.lang.Object
wt.fc.batch.AbstractBatchSpec
wt.fc.batch.DeleteBatchSpec
- All Implemented Interfaces:
Externalizable,Serializable,BatchSpec
This class implements processing multiple row delete operations.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis constructor initializes the instance.DeleteBatchSpec(ClassTableExpression a_target, WhereExpression a_where) This constructor initializes the instance. -
Method Summary
Methods inherited from class wt.fc.batch.AbstractBatchSpec
appendWhere, appendWhere, getTarget, getWhere, setTarget, setWhere
-
Constructor Details
-
DeleteBatchSpec
public DeleteBatchSpec()This constructor initializes the instance.
Supported API: true -
DeleteBatchSpec
public DeleteBatchSpec(ClassTableExpression a_target, WhereExpression a_where) throws WTPropertyVetoException This constructor initializes the instance.
Supported API: true- Parameters:
a_target- Target of the operation.a_where- Criteria to use for the operation.- Throws:
WTPropertyVetoException
-