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

Struct ShowTablesStatement

statement.go:507–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507type ShowTablesStatement struct {
508 Schema string
509}
510
511func (s *ShowTablesStatement) Execute(ctx context.Context, session *Session) (*Result, error) {
512 if session.InReadWriteTransaction() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected