Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/database/sql/
Dsql.go198 type NullString struct { struct
199 String string
200 Valid bool // Valid is true if String is not NULL
204 func (ns *NullString) Scan(value any) error {
214 func (ns NullString) Value() (driver.Value, error) {