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

Method GetStringValue

backend/generated-go/v1/sql_service.pb.go:1229–1236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1227}
1228
1229func (x *RowValue) GetStringValue() string {
1230 if x != nil {
1231 if x, ok := x.Kind.(*RowValue_StringValue); ok {
1232 return x.StringValue
1233 }
1234 }
1235 return ""
1236}
1237
1238func (x *RowValue) GetUint32Value() uint32 {
1239 if x != nil {

Callers 15

EqualMethod · 0.95
runQueryFunction · 0.80
convertSpannerValueFunction · 0.80
getVersionMethod · 0.80
getDatabaseNamesMethod · 0.80
listTablesNamesMethod · 0.80
getPartitionsMethod · 0.80
maskProtoValueFunction · 0.80

Calls

no outgoing calls