KDb
KDbPreparedStatement.cpp
@ InsertStatement
INSERT statement will be prepared end executed.
Definition: KDbPreparedStatement.h:83
@ SelectStatement
SELECT statement will be prepared end executed.
Definition: KDbPreparedStatement.h:82
Type type(const QSqlDatabase &db)
QByteArray toUtf8() const const
Definition: KDbFieldList.h:33
Prepared statement interface for backend-dependent implementations.
Definition: KDbPreparedStatementInterface.h:31
void setFields(KDbFieldList *fields)
Sets fields for the statement. Does nothing if fields is nullptr.
Definition: KDbPreparedStatement.cpp:194
bool execute(const KDbPreparedStatementParameters ¶meters)
Definition: KDbPreparedStatement.cpp:62
KDbField::List * whereFields
temporary, used for select statements, based on whereFieldNames
Definition: KDbPreparedStatement.h:97
Definition: KDbTableSchema.h:37
quint64 lastInsertRecordId() const
Definition: KDbPreparedStatement.cpp:213
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jun 25 2022 06:21:33 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jun 25 2022 06:21:33 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.