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

Method GetCharset

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

Source from the content-addressed store, hash-verified

1799}
1800
1801func (x *TableMetadata) GetCharset() string {
1802 if x != nil {
1803 return x.Charset
1804 }
1805 return ""
1806}
1807
1808func (x *TableMetadata) GetRowCount() int64 {
1809 if x != nil {

Callers 2

tidbCreateColumnHelperFunction · 0.45
getColumnTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected