FireDAC.Comp.Script.TFDScriptEchoCommands

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDScriptEchoCommands = (ecNone, ecSQL, ecAll);

C++

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

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