KDb
KDbPreparedStatementInterface.h
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
virtual bool prepare(const KDbEscapedString &sql)=0
virtual QSharedPointer< KDbSqlResult > execute(KDbPreparedStatement::Type type, const KDbField::List &selectFieldList, KDbFieldList *insertFieldList, const KDbPreparedStatementParameters ¶meters)=0
For implementation, executes the prepared statement Type of statement is specified by the type parame...
Prepared database command for optimizing sequences of multiple database actions.
Definition KDbPreparedStatement.h:76
The KDbSqlResult class abstracts result of a raw SQL query preparation by KDbConnection::prepareSql()
Definition KDbSqlResult.h:45
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.