KDb
KDbQueryParameterExpression.cpp
57 void KDbQueryParameterExpressionData::debugInternal(QDebug dbg, KDb::ExpressionCallStack* callStack) const
87 bool KDbQueryParameterExpressionData::validateInternal(KDbParseInfo *parseInfo, KDb::ExpressionCallStack* callStack)
93 KDbField::Type KDbQueryParameterExpressionData::typeInternal(KDb::ExpressionCallStack* callStack) const
113 KDbQueryParameterExpression::KDbQueryParameterExpression(const KDbQueryParameterExpression& expr)
void append(const T &value)
Internal data class used to implement implicitly shared class KDbExpression.
Definition: KDbExpressionData.h:67
An iterator for a list of values of query schema parameters Allows to iterate over parameters and ret...
Definition: KDbQuerySchemaParameter.shared.h:49
Type type(const QSqlDatabase &db)
void ref()
QDebug & nospace()
void setType(KDbField::Type type)
Definition: KDbQueryParameterExpression.cpp:133
A single parameter of a query schema.
Definition: KDbQuerySchemaParameter.shared.h:26
KDbQueryParameterExpression()
Definition: KDbQueryParameterExpression.cpp:101
Internal data class used to implement implicitly shared class KDbQueryParameterExpression.
Definition: KDbExpressionData.h:242
The KDbQueryParameterExpression class represents query parameter expression.
Definition: KDbExpression.h:419
static QString defaultSqlTypeName(KDbField::Type type)
Definition: KDbDriver.cpp:166
Internal data class used to implement implicitly shared class KDbConstExpression.
Definition: KDbExpressionData.h:217
void debugInternal(QDebug dbg, KDb::ExpressionCallStack *callStack) const override
Sends information about this expression to debug output dbg (internal).
Definition: KDbQueryParameterExpression.cpp:57
QVariant previousValue() const
Definition: KDbQuerySchemaParameter.cpp:79
virtual KDbEscapedString valueToSql(KDbField::Type ftype, const QVariant &v) const
Definition: KDbDriver.cpp:246
QString fromLatin1(const char *str, int size)
The KDbConstExpression class represents const expression.
Definition: KDbExpression.h:386
QString message
QString toString() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:07:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:07:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.