a stored RDBMS connection More...
#include <structs.db.mgmt.h>
Public Member Functions | |
| db_mgmt_DriverRef | driver () const |
| Getter for attribute driver. | |
| virtual void | driver (const db_mgmt_DriverRef &value) |
| Setter for attribute driver. | |
| grt::StringRef | hostIdentifier () const |
| Getter for attribute hostIdentifier. | |
| virtual void | hostIdentifier (const grt::StringRef &value) |
| Setter for attribute hostIdentifier. | |
| grt::DictRef | modules () const |
| Getter for attribute modules (read-only). | |
| grt::DictRef | parameterValues () const |
| Getter for attribute parameterValues (read-only). | |
a stored RDBMS connection
| db_mgmt_DriverRef driver | ( | ) | const |
Getter for attribute driver.
the driver used to connect
| virtual void driver | ( | const db_mgmt_DriverRef & | value | ) | [virtual] |
Setter for attribute driver.
the driver used to connect
| grt::StringRef hostIdentifier | ( | ) | const |
Getter for attribute hostIdentifier.
identifier to be used for storing password
| virtual void hostIdentifier | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute hostIdentifier.
identifier to be used for storing password
| grt::DictRef modules | ( | ) | const |
Getter for attribute modules (read-only).
the modules used for this connection
| grt::DictRef parameterValues | ( | ) | const |
Getter for attribute parameterValues (read-only).
the parameters the user entered
1.7.1