Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql.go250 type NullInt32 struct { struct
251 Int32 int32
252 Valid bool // Valid is true if Int32 is not NULL
256 func (n *NullInt32) Scan(value any) error {
266 func (n NullInt32) Value() (driver.Value, error) {