MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Basename

Method Basename

postgres/parser/types/types.go:250–252  ·  view source on GitHub ↗

Basename returns the unqualified name.

()

Source from the content-addressed store, hash-verified

248
249// Basename returns the unqualified name.
250func (u UserDefinedTypeName) Basename() string {
251 return u.Name
252}
253
254// FQName returns the fully qualified name.
255func (u UserDefinedTypeName) FQName() string {

Callers 3

NameMethod · 0.80
PGNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected