FireDAC.Phys.SQLite.TFDSQLiteSecurity
Delphi
TFDSQLiteSecurity = class (TFDSQLiteService)
C++
class PASCALIMPLEMENTATION TFDSQLiteSecurity : public TFDSQLiteService
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | FireDAC.Phys.SQLite.pas FireDAC.Phys.SQLite.hpp  | 
        FireDAC.Phys.SQLite | FireDAC.Phys.SQLite | 
Description
The class allowing you to manage a SQLite database encryption.
Use the TFDSQLiteSecurity component to add SQLite database security management capabilities to an application.
To manage a security an application should:
- Specify DriverLink.
 - Specify Database and Password.
 - Optionally specify ToPassword.
 - Optionally include soSetLargeCache into Options.
 - Call the SetPassword / RemovePassword / ChangePassword / CheckEncryption method.