MCPcopy
hub / github.com/dropbox/godropbox / Value

Struct Value

database/sqltypes/sqltypes.go:40–42  ·  view source on GitHub ↗

Value can store any SQL value. NULL is stored as nil.

Source from the content-addressed store, hash-verified

38
39// Value can store any SQL value. NULL is stored as nil.
40type Value struct {
41 Inner InnerValue
42}
43
44// Numeric represents non-fractional SQL number.
45type Numeric []byte

Callers 3

SerializeSqlMethod · 0.92
EqFunction · 0.92
NeqFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected