null

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2022 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromNullBool

func FromNullBool(val sql.NullBool) optional.Optional[bool]

FromNullBool is a helper function which converts from sql.NullBool to Optional[bool]

func FromNullByte

func FromNullByte(val sql.NullByte) optional.Optional[byte]

FromNullByte is a helper function which converts from sql.NullByte to Optional[byte]

func FromNullFloat64

func FromNullFloat64(val sql.NullFloat64) optional.Optional[float64]

FromNullFloat64 is a helper function which converts from sql.NullFloat64 to Optional[float64]

func FromNullInt16

func FromNullInt16(val sql.NullInt16) optional.Optional[int16]

FromNullInt16 is a helper function which converts from sql.NullInt16 to Optional[int16]

func FromNullInt32

func FromNullInt32(val sql.NullInt32) optional.Optional[int32]

FromNullInt32 is a helper function which converts from sql.NullInt32 to Optional[int32]

func FromNullInt64

func FromNullInt64(val sql.NullInt64) optional.Optional[int64]

FromNullInt64 is a helper function which converts from sql.NullInt64 to Optional[int64]

func FromNullString

func FromNullString(val sql.NullString) optional.Optional[string]

FromNullString is a helper function which converts from sql.NullString to Optional[string]

func FromNullTime

func FromNullTime(val sql.NullTime) optional.Optional[time.Time]

FromNullTime is a helper function which converts from sql.NullTime to Optional[time.Time]

Types

This section is empty.

Jump to

Keyboard shortcuts

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