KDb
KDbExpression.h
349 KDbBinaryExpression(const KDbExpression& leftExpr, KDbToken token, const KDbExpression& rightExpr);
451 //! The KDbVariableExpression class represents variables such as <i>fieldname</i> or <i>tablename</i>.<i>fieldname</i>
Internal data class used to implement implicitly shared class KDbExpression.
Definition: KDbExpressionData.h:67
KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalendarCore::Alarm::Ptr &)
An iterator for a list of values of query schema parameters Allows to iterate over parameters and ret...
Definition: KDbQuerySchemaParameter.shared.h:49
The KDbBinaryExpression class represents binary operation.
Definition: KDbExpression.h:340
Internal data class used to implement implicitly shared class KDbBinaryExpression.
Definition: KDbExpressionData.h:188
The KDbVariableExpression class represents variables such as fieldname or tablename....
Definition: KDbExpression.h:452
A single parameter of a query schema.
Definition: KDbQuerySchemaParameter.shared.h:26
The KDbQueryParameterExpression class represents query parameter expression.
Definition: KDbExpression.h:419
The KDbUnaryExpression class represents unary expression (with a single argument).
Definition: KDbExpression.h:300
KDbEscapedString toString(const KDbDriver *driver, KDbQuerySchemaParameterValueListIterator *params=nullptr, KDb::ExpressionCallStack *callStack=nullptr) const
Definition: KDbExpression.cpp:469
The KDbNArgExpression class represents a base class N-argument expression.
Definition: KDbExpression.h:212
Internal data class used to implement implicitly shared class KDbFunctionExpression.
Definition: KDbExpressionData.h:319
The KDbConstExpression class represents const expression.
Definition: KDbExpression.h:386
The KDbExpression class represents a base class for all expressions.
Definition: KDbExpression.h:51
The KDbFunctionExpression class represents expression that use functional notation F(x,...
Definition: KDbExpression.h:502
QString message
Definition: KDbTableSchema.h:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:11:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:11:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.