internal

package
v2.11.1 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 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 added in v2.6.0

type NullBool struct {
	sql.NullBool
}

NullBool struct

func (*NullBool) Scan added in v2.6.0

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 added in v2.6.0

type NullUInt64 struct {
	UInt64 uint64
	Valid  bool
}

NullUInt64 struct

func (*NullUInt64) Scan added in v2.6.0

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

Scan implements the Scanner interface.

func (NullUInt64) Value added in v2.6.0

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