MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / String

Method String

pkg/gosqlx/extract.go:1211–1214  ·  view source on GitHub ↗

String returns a human-readable representation of the metadata.

()

Source from the content-addressed store, hash-verified

1209
1210// String returns a human-readable representation of the metadata.
1211func (m *Metadata) String() string {
1212 return fmt.Sprintf("Tables: %v, Columns: %v, Functions: %v",
1213 m.Tables, m.Columns, m.Functions)
1214}

Calls

no outgoing calls