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

Method SQLString

postgres/parser/sem/tree/type_name.go:128–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126// FormatTypeReference instead of SQLString.
127type ResolvableTypeReference interface {
128 SQLString() string
129}
130
131var _ ResolvableTypeReference = &UnresolvedObjectName{}

Callers 15

SQLStringMethod · 0.65
ComputeColNameInternalFunction · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatTypeReferenceMethod · 0.65
SQLStringMethod · 0.65
docMethod · 0.65
docTableMethod · 0.65

Implementers 5

GeoMetadatapostgres/parser/types/types.pb.go
Tpostgres/parser/types/types.go
OIDTypeReferencepostgres/parser/sem/tree/type_name.go
ArrayTypeReferencepostgres/parser/sem/tree/type_name.go
UnresolvedObjectNamepostgres/parser/sem/tree/object_name.g

Calls

no outgoing calls

Tested by

no test coverage detected