Documentation
¶
Index ¶
- type Bool
- func (b *Bool) Get() bool
- func (b Bool) MarshalJSON() ([]byte, error)
- func (b *Bool) Null() bool
- func (b *Bool) Nullify()
- func (b *Bool) Scan(value interface{}) (err error)
- func (b *Bool) Set(val bool)
- func (b Bool) String() string
- func (b *Bool) UnmarshalJSON(data []byte) (err error)
- func (b Bool) Value() (driver.Value, error)
- type Float64
- func (f *Float64) Get() float64
- func (f Float64) MarshalJSON() ([]byte, error)
- func (f *Float64) Null() bool
- func (f *Float64) Nullify()
- func (f *Float64) Scan(value interface{}) (err error)
- func (f *Float64) Set(val float64)
- func (f Float64) String() string
- func (f *Float64) UnmarshalJSON(data []byte) (err error)
- func (f Float64) Value() (driver.Value, error)
- type Int64
- func (f *Int64) Get() int64
- func (f Int64) MarshalJSON() ([]byte, error)
- func (f *Int64) Null() bool
- func (f *Int64) Nullify()
- func (f *Int64) Scan(value interface{}) (err error)
- func (f *Int64) Set(val int64)
- func (f Int64) String() string
- func (f *Int64) UnmarshalJSON(data []byte) (err error)
- func (f Int64) Value() (driver.Value, error)
- type Nullable
- type String
- func (s *String) Get() string
- func (s String) MarshalJSON() ([]byte, error)
- func (s *String) Null() bool
- func (s *String) Nullify()
- func (s *String) Scan(value interface{}) (err error)
- func (s *String) Set(str string)
- func (s String) String() string
- func (s *String) UnmarshalJSON(data []byte) (err error)
- func (s String) Value() (driver.Value, error)
- type Time
- type TimeDate
- type TimeT
- type TimeTz
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool struct {
// contains filtered or unexported fields
}
func (Bool) MarshalJSON ¶
func (*Bool) UnmarshalJSON ¶
type Float64 ¶
type Float64 struct {
// contains filtered or unexported fields
}
func (Float64) MarshalJSON ¶
func (*Float64) UnmarshalJSON ¶
type Int64 ¶
type Int64 struct {
// contains filtered or unexported fields
}
func (Int64) MarshalJSON ¶
func (*Int64) UnmarshalJSON ¶
type String ¶
type String struct {
// contains filtered or unexported fields
}
func (String) MarshalJSON ¶
func (*String) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.