Enum SaveSqlTuningSetAsDetails.UpdateOption

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<SaveSqlTuningSetAsDetails.UpdateOption>
    Enclosing class:
    SaveSqlTuningSetAsDetails

    public static enum SaveSqlTuningSetAsDetails.UpdateOption
    extends Enum<SaveSqlTuningSetAsDetails.UpdateOption>
    implements BmcEnum
    Specifies how existing Sql statements are updated.

    This parameter is applicable only if load_option is specified with UPDATE or MERGE as an option. Update option can take one of the following values. REPLACE (default) - Updates the statement using the new statistics, bind list, object list, and so on. ACCUMULATE - Combines attributes when possible (for example, statistics such as elapsed_time), otherwise replaces the existing values (for example, module and action) with the provided values. Following Sql statement attributes can be accumulated. elapsed_time buffer_gets direct_writes disk_reads row_processed fetches executions end_of_fetch_count stat_period active_stat_period