MCPcopy Index your code
hub / github.com/bytebase/bytebase / GetSchemaMetadata

Method GetSchemaMetadata

backend/store/model/database.go:234–237  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

232}
233
234func (d *DatabaseMetadata) GetSchemaMetadata(name string) *SchemaMetadata {
235 schemaID := normalizeNameByCaseSensitivity(name, d.isObjectCaseSensitive)
236 return d.internal[schemaID]
237}
238
239func (d *DatabaseMetadata) DatabaseName() string {
240 if d.proto == nil {

Callers 15

classifyColumnsFunction · 0.95
findTableSchemaMethod · 0.95
classifyColumnsFunction · 0.95
hasSchemaMethod · 0.95
DropSchemaMethod · 0.95
SearchTableMethod · 0.95
SearchIndexMethod · 0.95
SearchViewMethod · 0.95
SearchExternalTableMethod · 0.95

Calls 1