Searched defs:NullBool (Results 1 – 1 of 1) sorted by relevance
356 type NullBool struct { struct357 Bool bool358 Valid bool // Valid is true if Bool is not NULL362 func (n *NullBool) Scan(value any) error {372 func (n NullBool) Value() (driver.Value, error) {