Kexi API Documentation (2.0 alpha)

KexiDB::ServerVersionInfo Class Reference

#include <global.h>

List of all members.


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

ServerVersionInfo::ServerVersionInfo  ) 
 

Definition at line 38 of file global.cpp.

References major, minor, and release.


Member Function Documentation

void ServerVersionInfo::clear  ) 
 

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

uint KexiDB::ServerVersionInfo::major
 

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().

uint KexiDB::ServerVersionInfo::minor
 

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().

uint KexiDB::ServerVersionInfo::release
 

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().

QString KexiDB::ServerVersionInfo::string
 

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:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:45 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003