kexi
KexiDB::pqxxPreparedStatement Class Reference
#include <pqxxpreparedstatement.h>
Inheritance diagram for KexiDB::pqxxPreparedStatement:

Detailed Description
Definition at line 35 of file pqxxpreparedstatement.h.
Public Member Functions | |
pqxxPreparedStatement (StatementType type, ConnectionInternal &conn, FieldList &fields) | |
virtual bool | execute () |
Public Attributes | |
bool | m_resetRequired: 1 |
Member Function Documentation
bool pqxxPreparedStatement::execute | ( | ) | [virtual] |
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.
- Returns:
- false on failure. Detailed error status can be obtained from KexiDB::Connection object used to create this statement.
Implements KexiDB::PreparedStatement.
Definition at line 46 of file pqxxpreparedstatement.cpp.
The documentation for this class was generated from the following files: