information about a database driver More...
#include <structs.db.mgmt.h>
Public Member Functions | |
grt::StringRef | caption () const |
Getter for attribute caption. | |
virtual void | caption (const grt::StringRef &value) |
Setter for attribute caption. | |
grt::DictRef | defaultModules () const |
Getter for attribute defaultModules (read-only). | |
grt::StringRef | description () const |
Getter for attribute description. | |
virtual void | description (const grt::StringRef &value) |
Setter for attribute description. | |
grt::StringRef | downloadUrl () const |
Getter for attribute downloadUrl. | |
virtual void | downloadUrl (const grt::StringRef &value) |
Setter for attribute downloadUrl. | |
grt::StringRef | driverLibraryName () const |
Getter for attribute driverLibraryName. | |
virtual void | driverLibraryName (const grt::StringRef &value) |
Setter for attribute driverLibraryName. | |
grt::StringListRef | files () const |
Getter for attribute files (read-only). | |
grt::StringRef | filesTarget () const |
Getter for attribute filesTarget. | |
virtual void | filesTarget (const grt::StringRef &value) |
Setter for attribute filesTarget. | |
grt::IntegerRef | isAccessable () const |
Getter for attribute isAccessable. | |
virtual void | isAccessable (const grt::IntegerRef &value) |
Setter for attribute isAccessable. | |
grt::IntegerRef | isInstalled () const |
Getter for attribute isInstalled. | |
virtual void | isInstalled (const grt::IntegerRef &value) |
Setter for attribute isInstalled. | |
grt::ListRef < db_mgmt_DriverParameter > | parameters () const |
Getter for attribute parameters (read-only). |
information about a database driver
grt::StringRef caption | ( | ) | const |
Getter for attribute caption.
the caption that is displayed in the UI
virtual void caption | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute caption.
the caption that is displayed in the UI
grt::DictRef defaultModules | ( | ) | const |
Getter for attribute defaultModules (read-only).
the default modules
grt::StringRef description | ( | ) | const |
Getter for attribute description.
a short description of the driver
virtual void description | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute description.
a short description of the driver
virtual void downloadUrl | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute downloadUrl.
Url where to download the driver
grt::StringRef downloadUrl | ( | ) | const |
Getter for attribute downloadUrl.
Url where to download the driver
grt::StringRef driverLibraryName | ( | ) | const |
Getter for attribute driverLibraryName.
location of the driver library
virtual void driverLibraryName | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute driverLibraryName.
location of the driver library
grt::StringListRef files | ( | ) | const |
Getter for attribute files (read-only).
filename(s) of the driver
grt::StringRef filesTarget | ( | ) | const |
Getter for attribute filesTarget.
location where the driver files are installed
virtual void filesTarget | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute filesTarget.
location where the driver files are installed
virtual void isAccessable | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute isAccessable.
set to 1 if the driver is accessable
grt::IntegerRef isAccessable | ( | ) | const |
Getter for attribute isAccessable.
set to 1 if the driver is accessable
virtual void isInstalled | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute isInstalled.
set to 1 if the driver is installed
grt::IntegerRef isInstalled | ( | ) | const |
Getter for attribute isInstalled.
set to 1 if the driver is installed
grt::ListRef<db_mgmt_DriverParameter> parameters | ( | ) | const |
Getter for attribute parameters (read-only).
the parameters the driver supports