FireDAC.Phys.SQLite.TFDSQLiteSecurityAction
Delphi
TFDSQLiteSecurityAction = (saSetPassword, saRemovePassword, saChangePassword,
saCheckEncryption);
C++
enum DECLSPEC_DENUM TFDSQLiteSecurityAction : unsigned int { saSetPassword, saRemovePassword, saChangePassword, saCheckEncryption };
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 types of security actions.
Name | Description |
---|---|
saSetPassword | Set a password. |
saRemovePassword | Remove the password. |
saChangePassword | Change the password. |
saCheckEncryption | Get a database status. |