KDb
KDbConstExpression.cpp
107void KDbConstExpressionData::debugInternal(QDebug dbg, KDb::ExpressionCallStack* callStack) const
158bool KDbConstExpressionData::validateInternal(KDbParseInfo *parseInfo, KDb::ExpressionCallStack* callStack)
Internal data class used to implement implicitly shared class KDbConstExpression.
Definition KDbExpressionData.h:218
void debugInternal(QDebug dbg, KDb::ExpressionCallStack *callStack) const override
Sends information about this expression to debug output dbg (internal).
Definition KDbConstExpression.cpp:107
KDbEscapedString toStringInternal(const KDbDriver *driver, KDbQuerySchemaParameterValueListIterator *params, KDb::ExpressionCallStack *callStack) const override
Definition KDbConstExpression.cpp:121
KDbField::Type typeInternal(KDb::ExpressionCallStack *callStack) const override
Definition KDbConstExpression.cpp:50
The KDbConstExpression class represents const expression.
Definition KDbExpression.h:387
static QString defaultSqlTypeName(KDbField::Type type)
Definition KDbDriver.cpp:166
Internal data class used to implement implicitly shared class KDbExpression.
Definition KDbExpressionData.h:68
The KDbExpression class represents a base class for all expressions.
Definition KDbExpression.h:52
An iterator for a list of values of query schema parameters Allows to iterate over parameters and ret...
Definition KDbQuerySchemaParameter.shared.h:50
KDB_EXPORT KDbEscapedString valueToSql(KDbField::Type ftype, const QVariant &v)
bool isValid(int year, int month, int day)
bool isValid() const const
QDebug & nospace()
QString arg(Args &&... args) const const
QString fromLatin1(QByteArrayView str)
qsizetype length() const const
bool isValid(int h, int m, int s, int ms)
Type type() const const
bool canConvert() const const
QByteArray toByteArray() const const
QDate toDate() const const
QDateTime toDateTime() const const
int toInt(bool *ok) const const
QString toString() const const
QTime toTime() const const
T value() const const
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.