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

Method Value

postgres/parser/uuid/sql.go:41–43  ·  view source on GitHub ↗

Value implements the driver.Valuer interface.

()

Source from the content-addressed store, hash-verified

39
40// Value implements the driver.Valuer interface.
41func (u UUID) Value() (driver.Value, error) {
42 return u.String(), nil
43}
44
45// Scan implements the sql.Scanner interface.
46// A 16-byte slice will be handled by UnmarshalBinary, while

Callers 8

ValueMethod · 0.45
GetPasswordMethod · 0.45
TenantFromContextFunction · 0.45
typeSanitizerLiteralsFunction · 0.45
nodeLimitFunction · 0.45
ToVitessLiteralFunction · 0.45
NumericToStringFunction · 0.45
ReadRowsFunction · 0.45

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected