kexi
KexiDB::SQLitePreparedStatement Class Reference
#include <sqlitepreparedstatement.h>
Inheritance diagram for KexiDB::SQLitePreparedStatement:

Detailed Description
Implementation of prepared statements for SQLite driver.
Definition at line 30 of file sqlitepreparedstatement.h.
Public Member Functions | |
SQLitePreparedStatement (StatementType type, ConnectionInternal &conn, FieldList &fields) | |
virtual | ~SQLitePreparedStatement () |
virtual bool | execute () |
Public Attributes | |
sqlite_vm * | prepared_st_handle |
bool | m_resetRequired: 1 |
Constructor & Destructor Documentation
|
Definition at line 27 of file sqlitepreparedstatement.cpp. |
|
Definition at line 56 of file sqlitepreparedstatement.cpp. |
Member Function Documentation
|
Implements KexiDB::PreparedStatement. Definition at line 66 of file sqlitepreparedstatement.cpp. |
The documentation for this class was generated from the following files: