MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / FQName

Method FQName

pkg/sql/types/types.go:268–270  ·  view source on GitHub ↗

FQName returns the fully qualified name.

(explicitCatalog bool)

Source from the content-addressed store, hash-verified

266
267// FQName returns the fully qualified name.
268func (u UserDefinedTypeName) FQName(explicitCatalog bool) string {
269 return FormatTypeName(u, explicitCatalog)
270}
271
272// Convenience list of pre-constructed types. Caller code can use any of these
273// types, or use the MakeXXX methods to construct a custom type that is not

Callers 3

SQLStringMethod · 0.80
EnumGetIdxOfPhysicalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected