MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Value

Method Value

pkg/util/uuid/sql.go:27–29  ·  view source on GitHub ↗

Value implements the driver.Valuer interface.

()

Source from the content-addressed store, hash-verified

25
26// Value implements the driver.Valuer interface.
27func (u UUID) Value() (driver.Value, error) {
28 return u.String(), nil
29}
30
31// Scan implements the sql.Scanner interface.
32// A 16-byte slice will be handled by UnmarshalBinary, while

Callers 1

ValueMethod · 0.45

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected