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

Struct OIDTypeReference

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

OIDTypeReference is a reference to a type directly by its stable ID.

Source from the content-addressed store, hash-verified

203
204// OIDTypeReference is a reference to a type directly by its stable ID.
205type OIDTypeReference struct {
206 OID oid.Oid
207}
208
209// SQLString implements the ResolvableTypeReference interface.
210func (node *OIDTypeReference) SQLString() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected