Enum LoadSqlTuningSetDetails.UpdateCondition

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<LoadSqlTuningSetDetails.UpdateCondition>
    Enclosing class:
    LoadSqlTuningSetDetails

    public static enum LoadSqlTuningSetDetails.UpdateCondition
    extends Enum<LoadSqlTuningSetDetails.UpdateCondition>
    implements BmcEnum
    Specifies when to perform the update.

    The procedure only performs the update when the specified condition is satisfied. The condition can refer to either the data source or destination. The condition must use the following prefixes to refer to attributes from the source or the destination: OLD \u2014 Refers to statement attributes from the SQL tuning set (destination). NEW \u2014 Refers to statement attributes from the input statements (source). NULL \u2014 No updates are performed.