KDb
SqlitePreparedStatement.h
29class SqlitePreparedStatement : public KDbPreparedStatementInterface, public SqliteConnectionInternal
46 inline SqliteSqlResult *sqlResult() { return static_cast<SqliteSqlResult*>(m_sqlResult.data()); }
Definition KDbFieldList.h:34
Prepared statement interface for backend-dependent implementations.
Definition KDbPreparedStatementInterface.h:32
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-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.