internal

package
v2.10.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: Apache-2.0, BSD-3-Clause, MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NullBool

type NullBool struct {
	sql.NullBool
}

NullBool struct

func (*NullBool) Scan

func (nb *NullBool) Scan(value interface{}) error

Scan implements the Scanner interface.

type NullTime

type NullTime struct {
	sql.NullTime
}

NullTime struct

func (*NullTime) Scan

func (nt *NullTime) Scan(value interface{}) error

Scan implements the Scanner interface.

type NullUInt64

type NullUInt64 struct {
	UInt64 uint64
	Valid  bool
}

NullUInt64 struct

func (*NullUInt64) Scan

func (n *NullUInt64) Scan(value interface{}) error

Scan implements the Scanner interface.

func (NullUInt64) Value

func (n NullUInt64) Value() (driver.Value, error)

Value implements the driver Valuer interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL