FireDAC.Phys.SQLite.TFDSQLiteFunction

From RAD Studio API Documentation
Jump to: navigation, search

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

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.

See Also