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:
-
Field Summary
Fields inherited from interface wt.fc.batch.BatchSpec
TARGET_TABLE_NAME -
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, getAffectedClasses, getTarget, getTargetTableName, getWhere, isChunkingEnabled, readVersion, setChunkingEnabled, setTarget, setWhere, toString
-
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
-