KDbQuerySchemaParameterValueListIterator
KDbQuerySchemaParameterValueListIterator Class Reference
#include <KDbQuerySchemaParameter.shared.h>
Public Member Functions | |
KDbQuerySchemaParameterValueListIterator (const QList< QVariant > ¶ms) | |
QVariant | previousValue () const |
Detailed Description
An iterator for a list of values of query schema parameters Allows to iterate over parameters and returns QVariant value or well-formatted string.
The iterator is initially set to the last item because of the parser requirements
Definition at line 49 of file KDbQuerySchemaParameter.shared.h.
Constructor & Destructor Documentation
◆ KDbQuerySchemaParameterValueListIterator()
|
explicit |
Definition at line 68 of file KDbQuerySchemaParameter.cpp.
◆ ~KDbQuerySchemaParameterValueListIterator()
KDbQuerySchemaParameterValueListIterator::~KDbQuerySchemaParameterValueListIterator | ( | ) |
Definition at line 74 of file KDbQuerySchemaParameter.cpp.
Member Function Documentation
◆ previousValue()
QVariant KDbQuerySchemaParameterValueListIterator::previousValue | ( | ) | const |
- Returns
- previous value
Definition at line 79 of file KDbQuerySchemaParameter.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:32 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:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.