Searched defs:NullInt16 (Results 1 – 1 of 1) sorted by relevance
276 type NullInt16 struct { struct277 Int16 int16278 Valid bool // Valid is true if Int16 is not NULL282 func (n *NullInt16) Scan(value any) error {293 func (n NullInt16) Value() (driver.Value, error) {