Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql.go276 type NullInt16 struct { struct
277 Int16 int16
278 Valid bool // Valid is true if Int16 is not NULL
282 func (n *NullInt16) Scan(value any) error {
293 func (n NullInt16) Value() (driver.Value, error) {