KDbSqlRecord
KDbSqlRecord Class Referenceabstract
#include <KDbSqlRecord.h>
Public Member Functions | |
virtual KDbSqlString | cstringValue (int index)=0 |
virtual QString | stringValue (int index)=0 |
virtual QByteArray | toByteArray (int index)=0 |
Detailed Description
The KDbSqlRecord class abstracts a single record obtained from a KDbSqlResult object.
KDbSqlRecord provides value of each column in a form of optimized KDbSqlString value, QString or QByteArray.
Definition at line 35 of file KDbSqlRecord.h.
Constructor & Destructor Documentation
◆ KDbSqlRecord()
KDbSqlRecord::KDbSqlRecord | ( | ) |
Definition at line 22 of file KDbSqlRecord.cpp.
◆ ~KDbSqlRecord()
|
virtual |
Definition at line 26 of file KDbSqlRecord.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.