FireDAC.Phys.SQLite.TFDSQLiteValidateOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDSQLiteValidateOption = (voCheckIndexes);

C++

enum DECLSPEC_DENUM TFDSQLiteValidateOption : unsigned int { voCheckIndexes };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite FireDAC.Phys.SQLite

Description

Specifies additional options controlling the validation.

Name Description
voCheckIndexes If included, then CheckOnly also performs the validation of indexes for matching to the table data. This corresponds to the PRAGMA integrity_check.

If excluded, then this corresponds to the PRAGMA quick_check.

See Also