KDb
KDbSqlResult.h
35 * The KDbSqlResult class abstracts result of a raw SQL query preparation by KDbConnection::prepareSql()
37 * The KDbSqlResult object provides low-level access to information about fields of the result and
Provides database connection, allowing queries and data modification.
Definition KDbConnection.h:52
Structure for storing single record with type information.
Definition KDbRecordData.h:37
Definition KDbResult.shared.h:35
The KDbSqlField class abstracts low-level information about a single field for KDbSqlResult.
Definition KDbSqlField.h:28
The KDbSqlRecord class abstracts a single record obtained from a KDbSqlResult object.
Definition KDbSqlRecord.h:36
The KDbSqlResult class abstracts result of a raw SQL query preparation by KDbConnection::prepareSql()
Definition KDbSqlResult.h:45
virtual KDbResult lastResult()=0
virtual KDbField * createField(const QString &tableName, int index)=0
Creates a KDb field for field index and returns it On failure returns nullptr.
virtual KDbSqlField * field(int index)=0
virtual int fieldsCount()=0
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.