KexiDB::MySqlPreparedStatement Class Reference
#include <mysqlpreparedstatement.h>
Inheritance diagram for KexiDB::MySqlPreparedStatement:

Detailed Description
Implementation of prepared statements for MySQL driver.
Definition at line 33 of file mysqlpreparedstatement.h.
Public Member Functions | |
| MySqlPreparedStatement (StatementType type, ConnectionInternal &conn, FieldList &fields) | |
| virtual | ~MySqlPreparedStatement () |
| virtual bool | execute () |
Public Attributes | |
| QCString | m_tempStatementString |
| bool | m_resetRequired: 1 |
Protected Member Functions | |
| bool | init () |
| void | done () |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Definition at line 29 of file mysqlpreparedstatement.cpp. References done(), KexiDB::PreparedStatement::generateStatementString(), init(), and m_tempStatementString. |
|
|
Definition at line 78 of file mysqlpreparedstatement.cpp. References done(). |
Member Function Documentation
|
|
Definition at line 83 of file mysqlpreparedstatement.cpp. Referenced by execute(), MySqlPreparedStatement(), and ~MySqlPreparedStatement(). |
|
|
|
Definition at line 49 of file mysqlpreparedstatement.cpp. References m_tempStatementString. Referenced by execute(), and MySqlPreparedStatement(). |
Member Data Documentation
|
|
Definition at line 49 of file mysqlpreparedstatement.h. Referenced by execute(). |
|
|
Definition at line 42 of file mysqlpreparedstatement.h. Referenced by init(), and MySqlPreparedStatement(). |
The documentation for this class was generated from the following files:
