Searched defs:NullInt32 (Results 1 – 1 of 1) sorted by relevance
250 type NullInt32 struct { struct251 Int32 int32252 Valid bool // Valid is true if Int32 is not NULL256 func (n *NullInt32) Scan(value any) error {266 func (n NullInt32) Value() (driver.Value, error) {