FireDAC.Phys.SQLite.TFDSQLiteValidateOption

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFDSQLiteValidateOption = (voCheckIndexes);

C++

enum DECLSPEC_DENUM TFDSQLiteValidateOption : unsigned int { voCheckIndexes };

Propriétés

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

Description

Spécifie les options supplémentaires contrôlant la validation.

Nom Description
voCheckIndexes Si ce paramètre est inclus, CheckOnly procède également à la validation des index pour la correspondance avec les données de la table. Cela correspond à la commande PRAGMA integrity_check. Si ce paramètre est exclu, cela correspond à la commande PRAGMA quick_check.

Voir aussi