OmniSciDB
a5dc49c757
|
Go to the source code of this file.
Functions | |
std::string | DBObjectTypeToString (DBObjectType type) |
DBObjectType | DBObjectTypeFromString (const std::string &type) |
DBObjectType DBObjectTypeFromString | ( | const std::string & | type | ) |
Definition at line 110 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 DBObjectTypeToString | ( | DBObjectType | type | ) |
Definition at line 92 of file DBObject.cpp.
References CHECK, DashboardDBObjectType, DatabaseDBObjectType, ServerDBObjectType, TableDBObjectType, and ViewDBObjectType.
Referenced by Catalog_Namespace::anonymous_namespace{Catalog.cpp}::convert_object_owners_map_to_string(), and Parser::verifyObject().