MysqlPreparedStatement

Search for usage in LXR

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 ()
 
KDbMessageHandlermessageHandler () const
 
KDbResultableoperator= (const KDbResultable &other)
 
KDbResult result () const
 
virtual QString serverResultName () const
 
void setMessageHandler (KDbMessageHandler *handler)
 
void showMessage ()
 

Additional Inherited Members

- 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()

MysqlPreparedStatement::MysqlPreparedStatement ( MysqlConnectionInternal * conn)
explicit

Definition at line 27 of file MysqlPreparedStatement.cpp.

◆ ~MysqlPreparedStatement()

MysqlPreparedStatement::~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 Fri Jul 26 2024 11:59:40 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.