Public Member Functions | |
db_DatabaseObjectRef | databaseObject () const |
Getter for attribute databaseObject. | |
virtual void | databaseObject (const db_DatabaseObjectRef &value) |
Setter for attribute databaseObject. | |
grt::StringRef | databaseObjectName () const |
Getter for attribute databaseObjectName. | |
virtual void | databaseObjectName (const grt::StringRef &value) |
Setter for attribute databaseObjectName. | |
grt::StringRef | databaseObjectType () const |
Getter for attribute databaseObjectType. | |
virtual void | databaseObjectType (const grt::StringRef &value) |
Setter for attribute databaseObjectType. | |
grt::StringListRef | privileges () const |
Getter for attribute privileges (read-only). |
db_DatabaseObjectRef databaseObject | ( | ) | const |
Getter for attribute databaseObject.
the database object this privilege is assigned to
virtual void databaseObject | ( | const db_DatabaseObjectRef & | value | ) | [virtual] |
Setter for attribute databaseObject.
the database object this privilege is assigned to
grt::StringRef databaseObjectName | ( | ) | const |
Getter for attribute databaseObjectName.
used when wildcards are needed, like test.*
virtual void databaseObjectName | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute databaseObjectName.
used when wildcards are needed, like test.*
virtual void databaseObjectType | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute databaseObjectType.
specifies the type, e.g. TABLE, used when wildcards are needed, like test.*
grt::StringRef databaseObjectType | ( | ) | const |
Getter for attribute databaseObjectType.
specifies the type, e.g. TABLE, used when wildcards are needed, like test.*
grt::StringListRef privileges | ( | ) | const |
Getter for attribute privileges (read-only).
the privileges for the object, e.g. CREATE