Home
last modified time | relevance | path

Searched defs:NullByte (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql.go303 type NullByte struct { struct
304 Byte byte
305 Valid bool // Valid is true if Byte is not NULL
309 func (n *NullByte) Scan(value any) error {
320 func (n NullByte) Value() (driver.Value, error) {