FireDAC.Comp.Script.TFDScriptParser

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTFDScriptParser
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: FireDAC.Comp.Script

Delphi

TFDScriptParser = class(TObject)

C++

class PASCALIMPLEMENTATION TFDScriptParser : public System::TObject

Description

Parses SQL scripts to break them down into individual SQL commands.


See Also