OmniSciDB
a47db9e897
|
Go to the source code of this file.
Functions | |
std::string | ObjectPermissionTypeToString (DBObjectType type) |
DBObjectType | DBObjectTypeFromString (const std::string &type) |
DBObjectType DBObjectTypeFromString | ( | const std::string & | type | ) |
Definition at line 88 of file DBObject.cpp.
References DashboardDBObjectType, DatabaseDBObjectType, TableDBObjectType, and ViewDBObjectType.
Referenced by Parser::GrantPrivilegesStmt::execute(), Parser::RevokePrivilegesStmt::execute(), and Parser::ShowPrivilegesStmt::execute().
std::string ObjectPermissionTypeToString | ( | DBObjectType | type | ) |
Definition at line 72 of file DBObject.cpp.
References CHECK(), DashboardDBObjectType, DatabaseDBObjectType, TableDBObjectType, and ViewDBObjectType.