Package wt.fc.batch

Class UpdateBatchSpec

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

public class UpdateBatchSpec extends AbstractBatchSpec implements Externalizable
This class implements processing multiple row update operations.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

  • Method Details

    • getUpdateColumns

      public UpdateColumnExpression[] getUpdateColumns()
      Gets the value of the attribute: updateColumns; Array of individual columns and expressions that will be updated.

      Supported API: true
      Returns:
      UpdateColumnExpression[]
    • setUpdateColumns

      public void setUpdateColumns(UpdateColumnExpression[] a_UpdateColumns) throws WTPropertyVetoException
      Sets the value of the attribute: updateColumns; Array of individual columns and expressions that will be updated.

      Supported API: true
      Parameters:
      a_UpdateColumns -
      Throws:
      WTPropertyVetoException