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