FireDAC.Comp.Script.TFDScriptCommand.Parser

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

Delphi

property Parser: TFDScriptParser read FParser;

C++

__property TFDScriptParser* Parser = {read=FParser};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommand

説明

SQL スクリプトのパーサー オブジェクトの参照を返します。


Parser プロパティを使用して、SQL スクリプトのパーサー オブジェクトの参照を取得することができます。これを使用できるのは、Parse メソッド実装の内部からだけです。

関連項目