Package wt.fc.batch

Class DeleteBatchSpec

java.lang.Object
wt.fc.batch.AbstractBatchSpec
wt.fc.batch.DeleteBatchSpec
All Implemented Interfaces:
Externalizable, Serializable, BatchSpec

public class DeleteBatchSpec extends AbstractBatchSpec implements Externalizable
This class implements processing multiple row delete operations.

Supported API: true

Extendable: false
See Also:
  • 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