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

Detailed Description
- Author:
- Adam Pigg <adam@piggz.co.uk>
Definition at line 35 of file pqxxpreparedstatement.h.
Public Member Functions | |
| pqxxPreparedStatement (StatementType type, ConnectionInternal &conn, FieldList &fields) | |
| virtual | ~pqxxPreparedStatement () |
| virtual bool | execute () |
Public Attributes | |
| bool | m_resetRequired: 1 |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Definition at line 33 of file pqxxpreparedstatement.cpp. |
|
|
Definition at line 42 of file pqxxpreparedstatement.cpp. |
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 46 of file pqxxpreparedstatement.cpp. References KexiDB::Connection::insertRecord(), KexiDB::PreparedStatement::m_args, KexiDB::PreparedStatement::m_fields, and m_resetRequired. |
Member Data Documentation
|
|
Definition at line 43 of file pqxxpreparedstatement.h. Referenced by execute(). |
The documentation for this class was generated from the following files:
