Versions in this module Expand all Collapse all v0 v0.2.0 May 23, 2019 Changes in this version + type JsonText types.JSONText + type NullJsonText types.NullJSONText + func NewNullJsonText(m json.RawMessage) NullJsonText v0.1.0 Jul 12, 2018 Changes in this version + type NullBool struct + func NewNullBool(b bool) NullBool + type NullBytes struct + Bytes []byte + Valid bool + func NewNullBytes(b []byte) NullBytes + func (nb *NullBytes) Scan(value interface{}) error + func (nb NullBytes) Value() (driver.Value, error) + type NullFloat struct + func NewNullFloat(f float64) NullFloat + type NullInt struct + func NewNullInt(i int64) NullInt + type NullString struct + func NewNullString(s string) NullString + type NullTime struct + Time time.Time + Valid bool + func NewNullTime(t time.Time) NullTime + func (nt *NullTime) Scan(value interface{}) error + func (nt NullTime) Value() (driver.Value, error)