FireDAC.Phys.SQLite.TFDSQLiteValidateAction
Delphi
TFDSQLiteValidateAction = (saCheckOnly, saSweep, saAnalyze);
C++
enum DECLSPEC_DENUM TFDSQLiteValidateAction : unsigned int { saCheckOnly, saSweep, saAnalyze };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FireDAC.Phys.SQLite.pas FireDAC.Phys.SQLite.hpp |
FireDAC.Phys.SQLite | FireDAC.Phys.SQLite |
Description
Specifies the actions for database validation.
| Name | Description |
|---|---|
| saCheckOnly | The database is subjected to a read-only validation. |
| saSweep | The database is being swept. |
| saAnalyze | Statistics are gathered for the database. |