KDb
KDbPreparedStatement.h
97 KDbField::List* whereFields; //!< temporary, used for select statements, based on whereFieldNames
@ SelectStatement
SELECT statement will be prepared end executed.
Definition: KDbPreparedStatement.h:82
bool dirty
true if the statement has to be internally prepared (possible again) before calling executeInternal()
Definition: KDbPreparedStatement.h:98
Definition: KDbFieldList.h:33
Prepared statement interface for backend-dependent implementations.
Definition: KDbPreparedStatementInterface.h:31
Prepared database command for optimizing sequences of multiple database actions.
Definition: KDbPreparedStatement.h:75
Provides database connection, allowing queries and data modification.
Definition: KDbConnection.h:51
const KDbField::List * fieldsForParameters
fields where we'll put the inserted parameters
Definition: KDbPreparedStatement.h:96
KDbField::List * whereFields
temporary, used for select statements, based on whereFieldNames
Definition: KDbPreparedStatement.h:97
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.