Documentation ¶
Index ¶
- func SetBool(b sql.NullBool) *bool
- func SetFloat64(f sql.NullFloat64) *float64
- func SetInt32(i sql.NullInt32) *int32
- func SetInt64(i sql.NullInt64) *int64
- func SetNullBool(b *bool) sql.NullBool
- func SetNullFloat64(f *float64) sql.NullFloat64
- func SetNullInt32(i *int32) sql.NullInt32
- func SetNullInt64(i *int64) sql.NullInt64
- func SetNullString(s *string) sql.NullString
- func SetNullTime(t *time.Time) sql.NullTime
- func SetString(s sql.NullString) *string
- func SetTime(t sql.NullTime) *time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetFloat64 ¶
func SetFloat64(f sql.NullFloat64) *float64
func SetNullBool ¶
func SetNullFloat64 ¶
func SetNullFloat64(f *float64) sql.NullFloat64
func SetNullInt32 ¶
func SetNullInt64 ¶
func SetNullString ¶
func SetNullString(s *string) sql.NullString
func SetString ¶
func SetString(s sql.NullString) *string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.