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

Struct BulkDdlStatement

statement.go:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399type BulkDdlStatement struct {
400 Ddls []string
401}
402
403func (s *BulkDdlStatement) Execute(ctx context.Context, session *Session) (*Result, error) {
404 return executeDdlStatements(ctx, session, s.Ddls)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected