KDb
KDbDateTime.h
31 * This class as well as KDbDate, KDbTime and KDbDateTime is used as a replacement for Qt date/time
32 * value classes in case when invalid values have to be preserved. Without this, SQL parsers would
85 inline bool operator<=(const KDbYear &other) const { return operator<(other) || operator==(other); }
176 inline bool operator<=(const KDbDate &other) const { return operator<(other) || operator==(other); }
294 inline bool operator<=(const KDbTime &other) const { return operator<(other) || operator==(other); }
423 inline bool operator<=(const KDbDateTime &other) const { return operator<(other) || operator==(other); }
KDbYear(Sign sign, const QByteArray &string)
Constructs year based on given sign and string.
Definition KDbDateTime.h:59
KDbYear(const QByteArray &string)
Constructs yea based on given string, with sign set to Sign::None.
Definition KDbDateTime.h:68
QByteArray yearString() const
Returns the string representation of year value even if it is invalid.
Definition KDbDateTime.h:115
char * toString(const EngineQuery &query)
KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalendarCore::Alarm::Ptr &)
KIOCORE_EXPORT bool operator==(const UDSEntry &entry, const UDSEntry &other)
bool isValid(QStringView ifopt)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.