kexi
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 () |
Member Function Documentation
|
Executes the prepared statement. In most cases you will need to clear arguments after executing, using clearArguments(). A number arguments set up for the statement must be the same as a number of fields defined in the underlying database table.
Implements KexiDB::PreparedStatement. Definition at line 105 of file mysqlpreparedstatement.cpp. |
The documentation for this class was generated from the following files: