Kexi API Documentation (2.0 alpha)

KexiDB::Driver::Info Class Reference

#include <driver.h>

List of all members.


Detailed Description

Helpful for retrieving info about driver from using KexiDB::DriverManager::driversInfo() without loading driver libraries.

Definition at line 72 of file driver.h.

Public Member Functions

 Info ()

Public Attributes

QString name
QString caption
QString comment
QString fileDBMimeType
bool fileBased: 1
 true is the driver is for file-based database backend
bool allowImportingTo: 1


Constructor & Destructor Documentation

Driver::Info::Info  ) 
 

Definition at line 64 of file driver.cpp.


Member Data Documentation

bool KexiDB::Driver::Info::allowImportingTo
 

true is the driver is for a backend that allows importing. Defined by X-Kexi-DoNotAllowProjectImportingTo in "kexidb_driver" service type. Used for migration.

Definition at line 81 of file driver.h.

Referenced by KexiDB::DriverManager::driversInfo().

QString KexiDB::Driver::Info::caption
 

Definition at line 75 of file driver.h.

Referenced by KexiDB::DriverManager::driversInfo(), KexiDBDriverComboBox::KexiDBDriverComboBox(), and ConnectionDataLVItem::update().

QString KexiDB::Driver::Info::comment
 

Definition at line 75 of file driver.h.

Referenced by KexiDB::DriverManager::driversInfo().

bool KexiDB::Driver::Info::fileBased
 

true is the driver is for file-based database backend

Definition at line 77 of file driver.h.

Referenced by KexiDB::DriverManager::driversInfo(), KexiStartupHandler::init(), KexiDB::ConnectionData::serverInfoString(), KexiProjectSelectorWidget::setProjectSet(), and ConnectionDataLVItem::update().

QString KexiDB::Driver::Info::fileDBMimeType
 

Definition at line 75 of file driver.h.

Referenced by KexiDB::DriverManager::driversInfo().

QString KexiDB::Driver::Info::name
 

Definition at line 75 of file driver.h.

Referenced by KexiDB::DriverManagerInternal::driverInfo(), KexiDB::DriverManager::driversInfo(), KexiStartupHandler::init(), KexiDBDriverComboBox::KexiDBDriverComboBox(), KexiDB::ConnectionData::serverInfoString(), and KexiProjectSelectorWidget::setProjectSet().


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:40 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003