FireDAC.Phys.SQLite.TFDSQLiteFunction

Delphi
TFDSQLiteFunction = class (TFDSQLiteService)
C++
class PASCALIMPLEMENTATION TFDSQLiteFunction : 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 implementing a custom SQLite function.
Use the TFDSQLiteFunction to register a custom SQLite function. A registered function then may be used in any place in a SQL command, where an expression may be used.