FireDAC.Comp.Script.TFDScriptEchoCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDScriptEchoCommands = (ecNone, ecSQL, ecAll);

C++

enum DECLSPEC_DENUM TFDScriptEchoCommands : unsigned int { ecNone, ecSQL, ecAll };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script FireDAC.Comp.Script

Description

Specifies which commands are echoed.

TFDScriptEchoCommands specifies how different commands are being echoed:

Name Description
ecNone No commands are echoed.
ecSQL Only SQL commands are echoed.
ecAll SQL and script control commands are echoed.

See Also