KexiDB::Driver::Info Class Reference
#include <driver.h>
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
|
|
Definition at line 64 of file driver.cpp. |
Member Data Documentation
|
|
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(). |
|
|
Definition at line 75 of file driver.h. Referenced by KexiDB::DriverManager::driversInfo(), KexiDBDriverComboBox::KexiDBDriverComboBox(), and ConnectionDataLVItem::update(). |
|
|
Definition at line 75 of file driver.h. Referenced by KexiDB::DriverManager::driversInfo(). |
|
|
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(). |
|
|
Definition at line 75 of file driver.h. Referenced by KexiDB::DriverManager::driversInfo(). |
|
The documentation for this class was generated from the following files:
