FireDAC.Stan.Intf.TFDAggregateKind

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TFDAggregateKind = (akSum, akAvg, akCount, akMin, akMax, akFirst, akLast);

C++

enum DECLSPEC_DENUM TFDAggregateKind : unsigned int { akSum, akAvg, akCount, akMin, akMax, akFirst, akLast };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Beschreibung

Legt die SQL-Aggregatfunktionen fest.

TFDAggregateKind legt die SQL-Aggregatfunktionen fest.

Name Beschreibung
akSum SUM
akAvg AVG
akCount COUNT
akMin MIN
akMax MAX
akFirst FIRST
akLast LAST

Siehe auch