KDb
SqlitePreparedStatement.h
29 class SqlitePreparedStatement : public KDbPreparedStatementInterface, public SqliteConnectionInternal
46 inline SqliteSqlResult *sqlResult() { return static_cast<SqliteSqlResult*>(m_sqlResult.data()); }
bool prepare(const KDbEscapedString &sql) override
Definition: SqlitePreparedStatement.cpp:36
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 bindValue(KDbField *field, const QVariant &value, int arg)
Definition: SqlitePreparedStatement.cpp:43
Definition: KDbFieldList.h:33
Prepared statement interface for backend-dependent implementations.
Definition: KDbPreparedStatementInterface.h:31
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Jun 25 2022 06:21:34 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:34 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.