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

Struct ShowCreateTableStatement

statement.go:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457type ShowCreateTableStatement struct {
458 Schema string
459 Table string
460}
461
462func (s *ShowCreateTableStatement) Execute(ctx context.Context, session *Session) (*Result, error) {
463 result := &Result{ColumnNames: []string{"Table", "Create Table"}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected