FireDAC.Stan.Intf.TFDMoniEventKinds
Delphi
TFDMoniEventKinds = set of TFDMoniEventKind;
C++
typedef System::Set<TFDMoniEventKind, TFDMoniEventKind::ekLiveCycle, TFDMoniEventKind::ekSQLVarOut> TFDMoniEventKinds;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
public | FireDAC.Stan.Intf.pas FireDAC.Stan.Intf.hpp |
FireDAC.Stan.Intf | FireDAC.Stan.Intf |
Description
TFDMoniEventKinds represents the FireDAC trace output event kinds.
The following table describes each TFDMoniEventKinds item:
| Item | Description |
|---|---|
| ekLiveCycle | Creation / destruction of Phys layer objects, e.g. connections, transactions |
| ekError | Exception messages |
| ekConnConnect | Connections opening / closing / recovering |
| ekConnTransact | Transaction control |
| ekConnService | Other not connection and command related events, e.g. event alerter events |
| ekCmdPrepare | SQL command preparation / unpreparation / result set describing |
| ekCmdExecute | SQL command opening / execution |
| ekCmdDataIn | SQL command input data, e.g. input parameters |
| ekCmdDataOut | SQL command output data, e.g. result sets, output parameters |
| ekAdaptUpdate | Data adapter specific events |
| ekVendor | DBMS client API calls |
| ekComponent | Other high level component events |
| ekSQL | SQL command text. Used by FDMonitor "SQL Output" pane |
| ekSQLVarIn | SQL command input parameters. Used by FDMonitor "SQL Output" pane |
| ekSQLVarOut | SQL command output parameters. Used by FDMonitor "SQL Output" pane |
Note: From RAD Studio Mauritius TFDMoniEventKinds has ekSQL, ekSQLVarIn, and ekSQLVarOut items.