Searched defs:NullByte (Results 1 – 1 of 1) sorted by relevance
303 type NullByte struct { struct304 Byte byte305 Valid bool // Valid is true if Byte is not NULL309 func (n *NullByte) Scan(value any) error {320 func (n NullByte) Value() (driver.Value, error) {