MysqlPreparedStatement
MysqlPreparedStatement Class Reference
#include <MysqlPreparedStatement.h>
Inheritance diagram for MysqlPreparedStatement:
Public Member Functions | |
MysqlPreparedStatement (MysqlConnectionInternal *conn) | |
Public Member Functions inherited from KDbResultable | |
KDbResultable (const KDbResultable &other) | |
void | clearResult () |
KDbMessageHandler * | messageHandler () const |
KDbResultable & | operator= (const KDbResultable &other) |
KDbResult | result () const |
virtual QString | serverResultName () const |
void | setMessageHandler (KDbMessageHandler *handler) |
void | showMessage () |
Additional Inherited Members | |
Protected Member Functions inherited from KDbPreparedStatementInterface | |
Protected Attributes inherited from KDbResultable | |
Private *const | d |
KDbResult | m_result |
Detailed Description
- Todo
- 3.1 - unfinished: #define KDB_USE_MYSQL_STMT; for 3.0 we're using unoptimized version
Implementation of prepared statements for MySQL driver.
Definition at line 29 of file MysqlPreparedStatement.h.
Constructor & Destructor Documentation
◆ MysqlPreparedStatement()
|
explicit |
Definition at line 27 of file MysqlPreparedStatement.cpp.
◆ ~MysqlPreparedStatement()
|
override |
Definition at line 70 of file MysqlPreparedStatement.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:32 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:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.