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

Struct DropDatabaseStatement

statement.go:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377type DropDatabaseStatement struct {
378 DatabaseId string
379}
380
381func (s *DropDatabaseStatement) Execute(ctx context.Context, session *Session) (*Result, error) {
382 if err := session.adminClient.DropDatabase(ctx, &adminpb.DropDatabaseRequest{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected