MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetSchemas

Method GetSchemas

backend/generated-go/store/database.pb.go:4243–4248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4241}
4242
4243func (x *DatabaseConfig) GetSchemas() []*SchemaCatalog {
4244 if x != nil {
4245 return x.Schemas
4246 }
4247 return nil
4248}
4249
4250type SchemaCatalog struct {
4251 state protoimpl.MessageState `protogen:"open.v1"`

Callers 10

initCatalogMethod · 0.45
normalizeLegacyMetadataFunction · 0.45
OnStatementMethod · 0.45
resolveWriteTargetsMethod · 0.45
getTableObjectSchemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected