AnyDAC
ContentsIndexHome
PreviousUpNext
TADSQLiteValidate.Options Property

Specifies validate options.

Group
Links

Use the Options property to specify additional options controlling the validate task. The default value is [voCheckIndexes]. The Options are used only by CheckOnly method.

Option 
Description 
voCheckIndexes 
When included, then CheckOnly performs also validation of indexes for matching to the table datas. That corresponds to PRAGMA integrity_check.
When excluded that corresponds to PRAGMA quick_check. 
property Options: TADSQLiteValidateOptions;
What do you think about this topic? Send feedback!