Searched defs:NullInt64 (Results 1 – 1 of 1) sorted by relevance
224 type NullInt64 struct { struct225 Int64 int64226 Valid bool // Valid is true if Int64 is not NULL230 func (n *NullInt64) Scan(value any) error {240 func (n NullInt64) Value() (driver.Value, error) {