IBX.IBServices.TValidateOptions
Delphi
type TValidateOptions = set of TValidateOption;
C++
typedef System::Set<TValidateOption, TValidateOption::LimboTransactions, TValidateOption::ValidateFull> TValidateOptions;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | IBX.IBServices |
Description
TValidateOption and TValidateOptions indicate what operations the validation service should perform when restoring a database.
TValidateOptions is a set of TValidateOption values. The following table lists the possible values:
|
LimboTransactions |
Return a list of limbo transactions |
|
CheckDB |
Validate the database, but don't repair it. Used in conjunction with ValidateDB. |
|
IgnoreChecksum |
Ignore all checksum errors |
|
KillShadows |
Kill all unavailable shadow files |
|
MendDB |
Prepare a corrupt database for backup |
|
SweepDB |
Perform a database sweep |
|
ValidateDB |
Validate the database structure |
|
ValidateFull |
Validate record fragments |