MCPcopy
hub / github.com/shopspring/decimal / Value

Method Value

decimal.go:1867–1869  ·  view source on GitHub ↗

Value implements the driver.Valuer interface for database serialization.

()

Source from the content-addressed store, hash-verified

1865
1866// Value implements the driver.Valuer interface for database serialization.
1867func (d Decimal) Value() (driver.Value, error) {
1868 return d.String(), nil
1869}
1870
1871// UnmarshalText implements the encoding.TextUnmarshaler interface for XML
1872// deserialization.

Callers 2

TestDecimal_ValueFunction · 0.45
ValueMethod · 0.45

Calls 1

StringMethod · 0.95

Tested by 1

TestDecimal_ValueFunction · 0.36