FireDAC.Comp.Client.TFDInfoReportItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDInfoReportItems = set of (riConnDef, riFireDAC, riClientLog, riClient,
riSessionHints, riSession, riTryConnect, riKeepConnected);

C++

typedef System::Set<Firedac_Comp_Client__2, Firedac_Comp_Client__2::riConnDef, Firedac_Comp_Client__2::riKeepConnected> TFDInfoReportItems;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

Specifies the type for Info Report Items.

TFDInfoReportItems specifies the following Info Report Items types:

Name Description

riConnDef

The complete list of connection definition parameters.

riFireDAC

The detailed information about the FireDAC build, including version number, tool version, defines, and Unicode mode.

riClientLog

The DBMS client loading log. When the loading fails, it includes the failure error message.

riClient

The detailed information about a DBMS client, when FireDAC successfully loaded the client. Otherwise, it is a failure error message.

riSessionHints

The possible incompatibilities between FireDAC, the DBMS client, and the DBMS server, when the connection is active or the riTryConnect parameter is True and the connection is successfully established.

riSession

The detailed information about a DBMS session, when the connection is active or the riTryConnect parameter is True and the connection is successfully established. Otherwise, it is a not connected or a failure error message.

riTryConnect

When the connection is inactive, FireDAC tries to establish a connection.

riKeepConnected

When the connection is inactive and FireDAC establishes it, then the exit of GetInfoReport keeps it active. Otherwise the connection is closed.

See Also