Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql.go356 type NullBool struct { struct
357 Bool bool
358 Valid bool // Valid is true if Bool is not NULL
362 func (n *NullBool) Scan(value any) error {
372 func (n NullBool) Value() (driver.Value, error) {