Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
127
type
ResolvableTypeReference
interface
{
128
SQLString() string
129
}
130
131
var
_ ResolvableTypeReference = &UnresolvedObjectName{}
Callers
15
SQLStandardNameWithTypmod
Method · 0.65
SQLString
Method · 0.65
ComputeColNameInternal
Function · 0.65
Format
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
FormatTypeReference
Method · 0.65
SQLString
Method · 0.65
doc
Method · 0.65
docTable
Method · 0.65
Implementers
5
GeoMetadata
postgres/parser/types/types.pb.go
T
postgres/parser/types/types.go
OIDTypeReference
postgres/parser/sem/tree/type_name.go
ArrayTypeReference
postgres/parser/sem/tree/type_name.go
UnresolvedObjectName
postgres/parser/sem/tree/object_name.g
Calls
no outgoing calls
Tested by
no test coverage detected