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

Method SQLString

postgres/parser/sem/tree/type_name.go:210–212  ·  view source on GitHub ↗

SQLString implements the ResolvableTypeReference interface.

()

Source from the content-addressed store, hash-verified

208
209// SQLString implements the ResolvableTypeReference interface.
210func (node *OIDTypeReference) SQLString() string {
211 return fmt.Sprintf("@%d", node.OID)
212}
213
214// ArrayTypeReference represents an array of possibly unknown type references.
215type ArrayTypeReference struct {

Callers 1

FormatTypeReferenceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected