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

Struct SelectStatement

statement.go:234–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234type SelectStatement struct {
235 Query string
236}
237
238func (s *SelectStatement) Execute(ctx context.Context, session *Session) (*Result, error) {
239 stmt := spanner.NewStatement(s.Query)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected