Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullByteArray ¶
NullByteArray struct
func (*NullByteArray) Scan ¶
func (nb *NullByteArray) Scan(value interface{}) error
Scan implements the Scanner interface.
func (NullByteArray) Value ¶
func (nb NullByteArray) Value() (driver.Value, error)
Value implements the driver Valuer interface.
type NullFloat32 ¶
NullFloat32 struct
func (*NullFloat32) Scan ¶
func (n *NullFloat32) Scan(value interface{}) error
Scan implements the Scanner interface.
func (NullFloat32) Value ¶
func (n NullFloat32) Value() (driver.Value, error)
Value implements the driver Valuer interface.
Source Files
¶
- null_types.go
Click to show internal directories.
Click to hide internal directories.