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 KDbBinaryExpression.
Definition KDbExpressionData.h:189
The KDbBinaryExpression class represents binary operation.
Definition KDbExpression.h:341
The KDbConstExpression class represents const expression.
Definition KDbExpression.h:387
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
KDbEscapedString toString(const KDbDriver *driver, KDbQuerySchemaParameterValueListIterator *params=nullptr, KDb::ExpressionCallStack *callStack=nullptr) const
Definition KDbExpression.cpp:469
Internal data class used to implement implicitly shared class KDbFunctionExpression.
Definition KDbExpressionData.h:320
The KDbFunctionExpression class represents expression that use functional notation F(x,...
Definition KDbExpression.h:503
The KDbNArgExpression class represents a base class N-argument expression.
Definition KDbExpression.h:213
The KDbQueryParameterExpression class represents query parameter expression.
Definition KDbExpression.h:420
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
The KDbUnaryExpression class represents unary expression (with a single argument).
Definition KDbExpression.h:301
The KDbVariableExpression class represents variables such as fieldname or tablename....
Definition KDbExpression.h:453
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.