KDb
KDbExpressionData.h
60};
Internal data class used to implement implicitly shared class KDbBinaryExpression.
Definition KDbExpressionData.h:189
void debugInternal(QDebug dbg, KDb::ExpressionCallStack *callStack) const override
Sends information about this expression to debug output dbg (internal).
Definition KDbBinaryExpression.cpp:294
KDbField::Type typeInternal(KDb::ExpressionCallStack *callStack) const override
Definition KDbBinaryExpression.cpp:77
bool validateInternal(KDbParseInfo *parseInfo, KDb::ExpressionCallStack *callStack) override
Definition KDbBinaryExpression.cpp:41
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
Internal data class used to implement implicitly shared class KDbExpression.
Definition KDbExpressionData.h:68
KDb::ExpressionClass expressionClass
Definition KDbExpressionData.h:87
Internal data class used to implement implicitly shared class KDbFunctionExpression.
Definition KDbExpressionData.h:320
bool validateInternal(KDbParseInfo *parseInfo, KDb::ExpressionCallStack *callStack) override
Definition KDbFunctionExpression.cpp:1133
KDbField::Type typeInternal(KDb::ExpressionCallStack *callStack) const override
Definition KDbFunctionExpression.cpp:924
void debugInternal(QDebug dbg, KDb::ExpressionCallStack *callStack) const override
Sends information about this expression to debug output dbg (internal).
Definition KDbFunctionExpression.cpp:849
Internal data class used to implement implicitly shared class KDbNArgExpression.
Definition KDbExpressionData.h:135
void debugInternal(QDebug dbg, KDb::ExpressionCallStack *callStack) const override
Sends information about this expression to debug output dbg (internal).
Definition KDbNArgExpression.cpp:112
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
An iterator for a list of values of query schema parameters Allows to iterate over parameters and ret...
Definition KDbQuerySchemaParameter.shared.h:50
A single parameter of a query schema.
Definition KDbQuerySchemaParameter.shared.h:27
Definition KDbTableSchema.h:38
Internal data class used to implement implicitly shared class KDbUnaryExpression.
Definition KDbExpressionData.h:162
bool validateInternal(KDbParseInfo *parseInfo, KDb::ExpressionCallStack *callStack) override
Definition KDbUnaryExpression.cpp:142
void debugInternal(QDebug dbg, KDb::ExpressionCallStack *callStack) const override
Sends information about this expression to debug output dbg (internal).
Definition KDbUnaryExpression.cpp:47
KDbField::Type typeInternal(KDb::ExpressionCallStack *callStack) const override
Definition KDbUnaryExpression.cpp:100
Internal data class used to implement implicitly shared class KDbVariableExpression.
Definition KDbExpressionData.h:269
int tablePositionForField
Definition KDbExpressionData.h:291
void debugInternal(QDebug dbg, KDb::ExpressionCallStack *callStack) const override
Sends information about this expression to debug output dbg (internal).
Definition KDbVariableExpression.cpp:60
KDbField::Type typeInternal(KDb::ExpressionCallStack *callStack) const override
We're assuming it's called after VariableExpr::validate()
Definition KDbVariableExpression.cpp:85
KDbTableSchema * tableForQueryAsterisk
Definition KDbExpressionData.h:296
bool validateInternal(KDbParseInfo *parseInfo, KDb::ExpressionCallStack *callStack) override
Definition KDbVariableExpression.cpp:102
VehicleSection::Type type(QStringView coachNumber, QStringView coachClassification)
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.