FQName returns the fully qualified name.
(explicitCatalog bool)
| 266 | |
| 267 | // FQName returns the fully qualified name. |
| 268 | func (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 |
no outgoing calls
no test coverage detected