KDb
KDbQueryParameterExpression.cpp
57void KDbQueryParameterExpressionData::debugInternal(QDebug dbg, KDb::ExpressionCallStack* callStack) const
87bool KDbQueryParameterExpressionData::validateInternal(KDbParseInfo *parseInfo, KDb::ExpressionCallStack* callStack)
93KDbField::Type KDbQueryParameterExpressionData::typeInternal(KDb::ExpressionCallStack* callStack) const
124KDbQueryParameterExpression::KDbQueryParameterExpression(const ExplicitlySharedExpressionDataPointer &ptr)
Internal data class used to implement implicitly shared class KDbConstExpression.
Definition KDbExpressionData.h:218
The KDbConstExpression class represents const expression.
Definition KDbExpression.h:387
static QString defaultSqlTypeName(KDbField::Type type)
Definition KDbDriver.cpp:166
virtual KDbEscapedString valueToSql(KDbField::Type ftype, const QVariant &v) const
Definition KDbDriver.cpp:246
Internal data class used to implement implicitly shared class KDbExpression.
Definition KDbExpressionData.h:68
Internal data class used to implement implicitly shared class KDbQueryParameterExpression.
Definition KDbExpressionData.h:243
void debugInternal(QDebug dbg, KDb::ExpressionCallStack *callStack) const override
Sends information about this expression to debug output dbg (internal).
Definition KDbQueryParameterExpression.cpp:57
The KDbQueryParameterExpression class represents query parameter expression.
Definition KDbExpression.h:420
KDbQueryParameterExpression()
Definition KDbQueryParameterExpression.cpp:101
void setType(KDbField::Type type)
Definition KDbQueryParameterExpression.cpp:133
An iterator for a list of values of query schema parameters Allows to iterate over parameters and ret...
Definition KDbQuerySchemaParameter.shared.h:50
QVariant previousValue() const
Definition KDbQuerySchemaParameter.cpp:79
A single parameter of a query schema.
Definition KDbQuerySchemaParameter.shared.h:27
VehicleSection::Type type(QStringView coachNumber, QStringView coachClassification)
QDebug & nospace()
void append(QList< T > &&value)
QString fromLatin1(QByteArrayView str)
QString toString() 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.