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