KDb
SqlitePreparedStatement.h
29class SqlitePreparedStatement : public KDbPreparedStatementInterface, public SqliteConnectionInternal
Definition KDbFieldList.h:34
QSharedPointer< KDbSqlResult > execute(KDbPreparedStatement::Type type, const KDbField::List &selectFieldList, KDbFieldList *insertFieldList, const KDbPreparedStatementParameters ¶meters) override
For implementation, executes the prepared statement Type of statement is specified by the type parame...
Definition SqlitePreparedStatement.cpp:191
bool prepare(const KDbEscapedString &sql) override
Definition SqlitePreparedStatement.cpp:36
bool bindValue(KDbField *field, const QVariant &value, int arg)
Definition SqlitePreparedStatement.cpp:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:51:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:51:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.