wt.fc.batch
Class DeleteBatchSpec
java.lang.Object
wt.fc.batch.AbstractBatchSpec
wt.fc.batch.DeleteBatchSpec
- All Implemented Interfaces:
- Externalizable, Serializable
public class DeleteBatchSpec
- extends AbstractBatchSpec
- implements Externalizable
This class implements processing multiple row delete operations.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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