OmniSciDB
bf83d84833
|
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 99 of file DBObject.cpp.
References DashboardDBObjectType, DatabaseDBObjectType, ServerDBObjectType, TableDBObjectType, and ViewDBObjectType.
Referenced by Parser::GrantPrivilegesStmt::execute(), Parser::RevokePrivilegesStmt::execute(), and Parser::ShowPrivilegesStmt::execute().
std::string ObjectPermissionTypeToString | ( | DBObjectType | type | ) |
Definition at line 81 of file DBObject.cpp.
References CHECK, DashboardDBObjectType, DatabaseDBObjectType, ServerDBObjectType, TableDBObjectType, and ViewDBObjectType.