ASA Programming Guide
The Database Tools Interface
DBTools enumeration types
The type of validation being performed, as used by the a_validate_db structure.
typedef enum {
VALIDATE_NORMAL = 0,
VALIDATE_DATA,
VALIDATE_INDEX,
VALIDATE_EXPRESS,
VALIDATE_FULL
} a_validate_type;
Value | Description |
---|---|
VALIDATE_NORMAL | Validate with the default check only. |
VALIDATE_DATA | Validate with data check in addition to the default check. |
VALIDATE_INDEX | Validate with index check in addition to the default check. |
VALIDATE_EXPRESS | Validate with express check in addition to the default and data checks. |
VALIDATE_FULL | Validate with both data and index check in addition toe the default check. |
Validating a database using the dbvalid command-line utility