Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptynullString ¶
type EmptynullString string
func (*EmptynullString) Scan ¶
func (n *EmptynullString) Scan(value any) error
Scan implements the Scanner interface.
type ZeronullInt32 ¶
type ZeronullInt32 int32
func (*ZeronullInt32) Scan ¶
func (n *ZeronullInt32) Scan(value any) error
Scan implements the Scanner interface.
type ZeronullInt64 ¶
type ZeronullInt64 int64
func (*ZeronullInt64) Scan ¶
func (n *ZeronullInt64) Scan(value any) error
Scan implements the Scanner interface.
type ZeronullTime ¶
func (*ZeronullTime) Scan ¶
func (n *ZeronullTime) Scan(value any) error
Scan implements the Scanner interface.
Click to show internal directories.
Click to hide internal directories.