sql

package
v0.0.0-...-23bb0a7 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NullInt32

type NullInt32 struct {
	sql.NullInt32
}

func (NullInt32) MarshalJSON

func (n NullInt32) MarshalJSON() ([]byte, error)

type NullInt64

type NullInt64 struct {
	sql.NullInt64
}

func (*NullInt64) MarshalJSON

func (n *NullInt64) MarshalJSON() ([]byte, error)

type NullUInt64

type NullUInt64 struct {
	UInt64 uint64
	Valid  bool // Valid is true if Int64 is not NULL
}

func (NullUInt64) MarshalJSON

func (n NullUInt64) MarshalJSON() ([]byte, error)

func (*NullUInt64) Scan

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

Jump to

Keyboard shortcuts

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