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

Struct DescribeStatement

statement.go:569–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569type DescribeStatement struct {
570 Statement string
571 IsDML bool
572}
573
574// Execute processes `DESCRIBE` statement for queries and DMLs.
575func (s *DescribeStatement) Execute(ctx context.Context, session *Session) (*Result, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected