MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / DdlStatement

Struct DdlStatement

statement.go:391–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391type DdlStatement struct {
392 Ddl string
393}
394
395func (s *DdlStatement) Execute(ctx context.Context, session *Session) (*Result, error) {
396 return executeDdlStatements(ctx, session, []string{s.Ddl})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected