Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql.go224 type NullInt64 struct { struct
225 Int64 int64
226 Valid bool // Valid is true if Int64 is not NULL
230 func (n *NullInt64) Scan(value any) error {
240 func (n NullInt64) Value() (driver.Value, error) {