wt.fc.batch
Class DeleteBatchSpec

java.lang.Object
  extended by wt.fc.batch.AbstractBatchSpec
      extended by 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

Constructor Summary
DeleteBatchSpec()
          This 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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