KexiDB::ServerVersionInfo Class Reference
#include <global.h>
Detailed Description
Contains version information about a database backend.
Definition at line 125 of file global.h.
Public Member Functions | |
| ServerVersionInfo () | |
| void | clear () |
| Clears the information - integers will be set to 0 and string to null. | |
Public Attributes | |
| uint | major |
| Major version number, e.g. 1 for 1.2.3. | |
| uint | minor |
| Minor version number, e.g. 2 for 1.2.3. | |
| uint | release |
| Release version number, e.g. 3 for 1.2.3. | |
| QString | string |
| Version string, as returned by the server. | |
Constructor & Destructor Documentation
|
|
Definition at line 38 of file global.cpp. |
Member Function Documentation
|
|
Clears the information - integers will be set to 0 and string to null.
Definition at line 45 of file global.cpp. References major, minor, release, and string. Referenced by KexiDB::pqxxSqlConnection::drv_connect(). |
Member Data Documentation
|
|
Major version number, e.g. 1 for 1.2.3.
Definition at line 134 of file global.h. Referenced by clear(), KexiDB::SQLiteConnection::drv_connect(), KexiDB::MySqlConnection::drv_connect(), and ServerVersionInfo(). |
|
|
Minor version number, e.g. 2 for 1.2.3.
Definition at line 137 of file global.h. Referenced by clear(), KexiDB::SQLiteConnection::drv_connect(), KexiDB::MySqlConnection::drv_connect(), and ServerVersionInfo(). |
|
|
Release version number, e.g. 3 for 1.2.3.
Definition at line 140 of file global.h. Referenced by clear(), KexiDB::SQLiteConnection::drv_connect(), KexiDB::MySqlConnection::drv_connect(), and ServerVersionInfo(). |
|
|
Version string, as returned by the server.
Definition at line 143 of file global.h. Referenced by clear(), KexiDB::SQLiteConnection::drv_connect(), and KexiDB::MySqlConnection::drv_connect(). |
The documentation for this class was generated from the following files:
