KexiDB::pqxxSqlConnectionInternal Class Reference
#include <pqxxconnection_p.h>
Inheritance diagram for KexiDB::pqxxSqlConnectionInternal:

Public Member Functions | |
| pqxxSqlConnectionInternal (Connection *conn) | |
| virtual | ~pqxxSqlConnectionInternal () |
| virtual void | storeResult () |
| stores last result's message | |
Public Attributes | |
| pqxx::connection * | pqxxsql |
| pqxx::result * | res |
| KexiDB::ServerVersionInfo * | version |
| this is set in drv_connect(), so we can use it in drv_useDatabase() because pgsql really connects after "USE". | |
| QString | errmsg |
| server-specific message of last operation | |
| int | resultCode |
| result code of last operation on server | |
Constructor & Destructor Documentation
|
|
Definition at line 34 of file pqxxconnection_p.cpp. |
|
|
Definition at line 43 of file pqxxconnection_p.cpp. |
Member Function Documentation
|
|
stores last result's message
Implements KexiDB::ConnectionInternal. Definition at line 48 of file pqxxconnection_p.cpp. References errmsg. |
Member Data Documentation
|
|
server-specific message of last operation
Definition at line 59 of file pqxxconnection_p.h. Referenced by KexiDB::pqxxSqlConnection::drv_commitTransaction(), KexiDB::pqxxSqlConnection::drv_executeSQL(), KexiDB::pqxxSqlConnection::drv_rollbackTransaction(), KexiDB::pqxxSqlConnection::drv_useDatabase(), KexiDB::pqxxSqlConnection::serverErrorMsg(), and storeResult(). |
|
|
Definition at line 53 of file pqxxconnection_p.h. Referenced by KexiDB::pqxxSqlConnection::drv_closeDatabase(), KexiDB::pqxxSqlConnection::drv_isDatabaseUsed(), and KexiDB::pqxxSqlConnection::drv_useDatabase(). |
|
|
Definition at line 54 of file pqxxconnection_p.h. Referenced by KexiDB::pqxxSqlConnection::drv_executeSQL(), KexiDB::pqxxSqlConnection::drv_getDatabasesList(), and KexiDB::pqxxSqlConnection::drv_lastInsertRowID(). |
|
|
result code of last operation on server
Definition at line 60 of file pqxxconnection_p.h. Referenced by KexiDB::pqxxSqlConnection::drv_clearServerResult(), and KexiDB::pqxxSqlConnection::serverResult(). |
|
|
this is set in drv_connect(), so we can use it in drv_useDatabase() because pgsql really connects after "USE".
Definition at line 56 of file pqxxconnection_p.h. Referenced by KexiDB::pqxxSqlConnection::drv_connect(), and KexiDB::pqxxSqlConnection::drv_useDatabase(). |
The documentation for this class was generated from the following files:
