Describes database supported aggregate functions. Each member of the structure is a boolean value indicating whether the feature is supported or not.
You can find more information in comments below.
struct DbSupportedAggregateFunctions
{
bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source)
bool All;
bool Avg;
bool Count;
bool Distinct;
bool Max;
bool Min;
bool Sum;
explicit operator String() const;
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbSupportedAggregateFunctions.h |