MCPcopy Index your code
hub / github.com/cloudspannerecosystem/spanner-cli / ShowDatabasesStatement

Struct ShowDatabasesStatement

statement.go:424–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424type ShowDatabasesStatement struct {
425}
426
427func (s *ShowDatabasesStatement) Execute(ctx context.Context, session *Session) (*Result, error) {
428 result := &Result{ColumnNames: []string{"Database"}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected