company logo

RecoveryType - Recovery types

Recovery types are used in order to define the recovery strategy to be used when updating instances in the database.

Enumarators overview

Enumerator details

  1. RECOVERY_none - No recovery file
    Code: 0
    to list
  2. RECOVERY_Transaction - Transaction recovery
    Code: 1
    to list
  3. RECOVERY_Full - Full recovery
    Code: 2
    to list