mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update Context.h
This commit is contained in:
parent
5ce76ce12f
commit
8ea2e558b5
@ -230,7 +230,6 @@ public:
|
||||
std::unique_ptr<DDLGuard> getDDLGuardIfTableDoesntExist(const String & database, const String & table, const String & message) const;
|
||||
std::unique_ptr<DDLGuard> getDDLGuardIfDatabaseDoesntExist(const String & database, const String & message) const;
|
||||
|
||||
|
||||
String getCurrentDatabase() const;
|
||||
String getCurrentQueryId() const;
|
||||
void setCurrentDatabase(const String & name);
|
||||
|
Loading…
Reference in New Issue
Block a user