Documentation ¶
Index ¶
- type Numeric
- func (src *Numeric) AssignTo(dst interface{}) error
- func (dst *Numeric) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error
- func (dst *Numeric) DecodeText(ci *pgtype.ConnInfo, src []byte) error
- func (src Numeric) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error)
- func (src Numeric) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error)
- func (dst Numeric) Get() interface{}
- func (src Numeric) MarshalJSON() ([]byte, error)
- func (dst *Numeric) Scan(src interface{}) error
- func (dst *Numeric) Set(src interface{}) error
- func (dst *Numeric) UnmarshalJSON(b []byte) error
- func (src Numeric) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Numeric ¶
func (*Numeric) DecodeBinary ¶
func (Numeric) EncodeBinary ¶
func (Numeric) EncodeText ¶
func (Numeric) MarshalJSON ¶
func (*Numeric) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.