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

Method DatabaseName

backend/store/model/database.go:239–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237}
238
239func (d *DatabaseMetadata) DatabaseName() string {
240 if d.proto == nil {
241 return ""
242 }
243 return d.proto.Name
244}
245
246func (d *DatabaseMetadata) HasNoTable() bool {
247 for _, schema := range d.internal {

Callers 8

isCurrentDatabaseFunction · 0.80
isCurrentDatabaseFunction · 0.80
tableMetadataMethod · 0.80
tableMetadataMethod · 0.80
OnStatementMethod · 0.80
checkStmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected