FireDAC.Stan.Intf.TFDAggregateKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Specifies the SQL aggregate functions.

TFDAggregateKind specifies the SQL aggregate functions.

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

See Also