MCPcopy
hub / github.com/jackc/pgx / IsNull

Method IsNull

pgtype/multirange.go:16–16  ·  view source on GitHub ↗

IsNull returns true if the value is SQL NULL.

()

Source from the content-addressed store, hash-verified

14type MultirangeGetter interface {
15 // IsNull returns true if the value is SQL NULL.
16 IsNull() bool
17
18 // Len returns the number of elements in the multirange.
19 Len() int

Callers 2

EncodeMethod · 0.65
EncodeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected