OmniSciDB
a5dc49c757
|
This is the complete list of members for DBObject, including all inherited members.
copyPrivileges(const DBObject &object) | DBObject | |
DBObject(const std::string &name, const DBObjectType &objectAndPermissionType) | DBObject | |
DBObject(const int32_t id, const DBObjectType &objectAndPermissionType) | DBObject | |
DBObject(DBObjectKey key, AccessPrivileges privs, int32_t owner) | DBObject | inline |
DBObject(const DBObject &object) | DBObject | |
DBObject(const std::string &name, DBObjectType type, DBObjectKey key, AccessPrivileges privs, int32_t owner) | DBObject | inline |
getName() const | DBObject | inline |
getObjectKey() const | DBObject | inline |
getOwner() const | DBObject | inline |
getPrivileges() const | DBObject | inline |
getType() const | DBObject | inline |
grantPrivileges(const DBObject &object) | DBObject | inline |
loadKey() | DBObject | |
loadKey(const Catalog_Namespace::Catalog &catalog) | DBObject | |
objectKey_ | DBObject | private |
objectName_ | DBObject | private |
objectPrivs_ | DBObject | private |
objectType_ | DBObject | private |
ownerId_ | DBObject | private |
resetPrivileges() | DBObject | inline |
revokePrivileges(const DBObject &object) | DBObject | |
setName(std::string name) | DBObject | inline |
setObjectKey(const DBObjectKey &objectKey) | DBObject | inline |
setObjectType(const DBObjectType &objectType) | DBObject | |
setOwner(int32_t userId) | DBObject | inline |
setPermissionType(const DBObjectType &permissionType) | DBObject | |
setPrivileges(const AccessPrivileges &privs) | DBObject | inline |
toString() const | DBObject | |
updatePrivileges(const DBObject &object) | DBObject | |
valid() const | DBObject | inline |
~DBObject() | DBObject | inline |