FireDAC.Phys.SQLite.TFDSQLiteSecurity

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.SQLite.TFDSQLiteServiceFireDAC.Phys.TFDPhysDriverServiceFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDSQLiteSecurity

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:

See Also