OmniSciDB
a5dc49c757
|
Functions | |
bool | is_info_schema_db (const std::string &db_name) |
void | check_not_info_schema_db (const std::string &db_name, bool throw_db_exception) |
void dbhandler::check_not_info_schema_db | ( | const std::string & | db_name, |
bool | throw_db_exception | ||
) |
Definition at line 4811 of file DBHandler.cpp.
References is_info_schema_db(), shared::kInfoSchemaDbName, and THROW_DB_EXCEPTION.
Referenced by DBHandler::create_dashboard(), DBHandler::delete_dashboards(), DBHandler::replace_dashboard(), and DBHandler::sql_execute_impl().
bool dbhandler::is_info_schema_db | ( | const std::string & | db_name | ) |
Definition at line 4806 of file DBHandler.cpp.
References lockmgr::instance(), shared::kInfoSchemaDbName, and shared::kInfoSchemaMigrationName.
Referenced by check_not_info_schema_db().