KexiDB::SQLiteConnectionInternal Class Reference
#include <sqliteconnection_p.h>
Inheritance diagram for KexiDB::SQLiteConnectionInternal:

Detailed Description
Internal SQLite connection data. Also used inside SQLiteCursor.
Definition at line 50 of file sqliteconnection_p.h.
Public Member Functions | |
| SQLiteConnectionInternal (Connection *connection) | |
| virtual | ~SQLiteConnectionInternal () |
| virtual void | storeResult () |
| stores last result's message | |
Public Attributes | |
| sqlite_struct * | data |
| bool | data_owned |
| true if data pointer should be freed on destruction | |
| QString | errmsg |
| char * | errmsg_p |
| int | res |
| QCString | temp_st |
Constructor & Destructor Documentation
|
|
Definition at line 49 of file sqliteconnection.cpp. |
|
|
Definition at line 62 of file sqliteconnection.cpp. References data, and data_owned. |
Member Function Documentation
|
|
stores last result's message
Implements KexiDB::ConnectionInternal. Definition at line 74 of file sqliteconnection.cpp. References data, errmsg, errmsg_p, res, sqlite_free, and SQLITE_OK. Referenced by KexiDB::SQLiteConnection::drv_createDatabase(), KexiDB::SQLiteConnection::drv_executeSQL(), and KexiDB::SQLiteConnection::drv_useDatabase(). |
Member Data Documentation
|
|
|
true if data pointer should be freed on destruction
Definition at line 60 of file sqliteconnection_p.h. Referenced by KexiDB::SQLitePreparedStatement::SQLitePreparedStatement(), and ~SQLiteConnectionInternal(). |
|
|
Definition at line 61 of file sqliteconnection_p.h. Referenced by KexiDB::SQLiteConnection::serverErrorMsg(), and storeResult(). |
|
|
Definition at line 62 of file sqliteconnection_p.h. Referenced by KexiDB::SQLiteConnection::drv_clearServerResult(), KexiDB::SQLiteConnection::drv_createDatabase(), KexiDB::SQLiteConnection::drv_executeSQL(), KexiDB::SQLiteConnection::drv_useDatabase(), and storeResult(). |
|
|
|
Definition at line 65 of file sqliteconnection_p.h. Referenced by KexiDB::SQLiteConnection::drv_executeSQL(), and KexiDB::SQLitePreparedStatement::SQLitePreparedStatement(). |
The documentation for this class was generated from the following files:
