Describes database supported time and date 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 DbSupportedTimeDateFunctions
{
bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source)
bool CurrentDate;
bool CurrentTime;
bool CurrentTimestamp;
bool CurDate;
bool CurTime;
bool DayName;
bool DayOfMonth;
bool DayOfWeek;
bool DayOfYear;
bool Extract;
bool Hour;
bool Minute;
bool Month;
bool MonthName;
bool Now;
bool Quarter;
bool Second;
bool TimestampAdd;
bool TimestampDiff;
bool Week;
bool Year;
explicit operator String() const;
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbSupportedTimeDateFunctions.h |