FireDAC.Phys.SQLite.TFDSQLiteFunction

提供: RAD Studio API Documentation
移動先: 案内検索

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

Delphi

TFDSQLiteFunction = class (TFDSQLiteService)

C++

class PASCALIMPLEMENTATION TFDSQLiteFunction : public TFDSQLiteService

プロパティ

種類 可視性 ソース ユニット
class public
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite FireDAC.Phys.SQLite

説明

SQLite のカスタム関数を実装しているクラスです。

TFDSQLiteFunction を使用すると、SQLite のカスタム関数を登録できます。登録した関数は、SQL コマンド内で式を使用可能な場所であればどこにでも使用できます。

関連項目