MCPcopy Create free account
hub / github.com/apecloud/myduckserver / String

Method String

pgtypes/pgtypes.go:457–459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455
456func (p PostgresType) Zero() interface{} {
457 panic("not implemented")
458}
459
460func (p PostgresType) String() string {
461 return fmt.Sprintf("PostgresType(%s)", p.PG.Name)
462}

Callers 2

NormalizeValToStringFunction · 0.45
NormalizeValFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected