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

Struct ShowColumnsStatement

statement.go:705–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705type ShowColumnsStatement struct {
706 Schema string
707 Table string
708}
709
710func (s *ShowColumnsStatement) Execute(ctx context.Context, session *Session) (*Result, error) {
711 if session.InReadWriteTransaction() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected