Relational Database Management System. 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::ListRef< db_CharacterSet > | characterSets () const |
| Getter for attribute characterSets (read-only). | |
| grt::StringRef | databaseObjectPackage () const |
| Getter for attribute databaseObjectPackage. | |
| virtual void | databaseObjectPackage (const grt::StringRef &value) |
| Setter for attribute databaseObjectPackage. | |
| db_mgmt_DriverRef | defaultDriver () const |
| Getter for attribute defaultDriver. | |
| virtual void | defaultDriver (const db_mgmt_DriverRef &value) |
| Setter for attribute defaultDriver. | |
| grt::ListRef< db_mgmt_Driver > | drivers () const |
| Getter for attribute drivers (read-only). | |
| grt::IntegerRef | maximumIdentifierLength () const |
| Getter for attribute maximumIdentifierLength. | |
| virtual void | maximumIdentifierLength (const grt::IntegerRef &value) |
| Setter for attribute maximumIdentifierLength. | |
| grt::ListRef < db_mgmt_PrivilegeMapping > | privilegeNames () const |
| Getter for attribute privilegeNames (read-only). | |
| grt::ListRef< db_SimpleDatatype > | simpleDatatypes () const |
| Getter for attribute simpleDatatypes (read-only). | |
| GrtVersionRef | version () const |
| Getter for attribute version. | |
| virtual void | version (const GrtVersionRef &value) |
| Setter for attribute version. | |
Relational Database Management System.
| 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::ListRef<db_CharacterSet> characterSets | ( | ) | const |
Getter for attribute characterSets (read-only).
the list of character sets the RDBMS offers
| grt::StringRef databaseObjectPackage | ( | ) | const |
Getter for attribute databaseObjectPackage.
specifies the schema structs to use, e.g. db.mysql
| virtual void databaseObjectPackage | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute databaseObjectPackage.
specifies the schema structs to use, e.g. db.mysql
| virtual void defaultDriver | ( | const db_mgmt_DriverRef & | value | ) | [virtual] |
Setter for attribute defaultDriver.
the default driver to use
| db_mgmt_DriverRef defaultDriver | ( | ) | const |
Getter for attribute defaultDriver.
the default driver to use
| grt::ListRef<db_mgmt_Driver> drivers | ( | ) | const |
Getter for attribute drivers (read-only).
a list of drivers that can be used to connect to the database system
| grt::IntegerRef maximumIdentifierLength | ( | ) | const |
Getter for attribute maximumIdentifierLength.
maximum length for identifiers (schema, table, column, index etc)
| virtual void maximumIdentifierLength | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute maximumIdentifierLength.
maximum length for identifiers (schema, table, column, index etc)
| grt::ListRef<db_mgmt_PrivilegeMapping> privilegeNames | ( | ) | const |
Getter for attribute privilegeNames (read-only).
list of privilege names that are available in this RDBMS
| grt::ListRef<db_SimpleDatatype> simpleDatatypes | ( | ) | const |
Getter for attribute simpleDatatypes (read-only).
the list of simple datatypes the RDBMS offers
| GrtVersionRef version | ( | ) | const |
Getter for attribute version.
version of the catalog's database
| virtual void version | ( | const GrtVersionRef & | value | ) | [virtual] |
Setter for attribute version.
version of the catalog's database
1.7.1