FireDAC.Phys.SQLite.TFDSQLiteValidateAction

From RAD Studio API Documentation
Jump to: navigation, search

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.


See Also