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

Method Execute

statement.go:395–397  ·  view source on GitHub ↗
(ctx context.Context, session *Session)

Source from the content-addressed store, hash-verified

393}
394
395func (s *DdlStatement) Execute(ctx context.Context, session *Session) (*Result, error) {
396 return executeDdlStatements(ctx, session, []string{s.Ddl})
397}
398
399type BulkDdlStatement struct {
400 Ddls []string

Callers

nothing calls this directly

Calls 1

executeDdlStatementsFunction · 0.85

Tested by

no test coverage detected