FireDAC.Comp.Script.TFDScriptCommand.Parser
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDScriptCommand | |
Delphi
property Parser: TFDScriptParser read FParser;
C++
__property TFDScriptParser* Parser = {read=FParser};
Description
Returns a reference to a parser object of the SQL script.
Use the Parser property to get a reference to a parser object of the SQL script. It is useful only inside of the Parse method implementation.