MCPcopy Create free account
hub / github.com/duckdb/duckdb / ShowDatabases

Function ShowDatabases

tools/shell/shell_metadata_command.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48MetadataResult ShowDatabases(ShellState &state, const vector<string> &args) {
49 auto result = state.ShowDatabases();
50 return result == SuccessState::SUCCESS ? MetadataResult::SUCCESS : MetadataResult::FAIL;
51}
52
53MetadataResult SetSeparator(ShellState &state, const vector<string> &args, const char *separator_name,
54 char &separator) {

Callers

nothing calls this directly

Calls 1

ShowDatabasesMethod · 0.80

Tested by

no test coverage detected