package numeric
import "github.com/jackc/pgtype/ext/shopspring-numeric"
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)
Types ¶
type Numeric ¶
func (*Numeric) AssignTo ¶
func (*Numeric) DecodeBinary ¶
func (*Numeric) DecodeText ¶
func (Numeric) EncodeBinary ¶
func (Numeric) EncodeText ¶
func (Numeric) Get ¶
func (dst Numeric) Get() interface{}
func (Numeric) MarshalJSON ¶
func (*Numeric) Scan ¶
Scan implements the database/sql Scanner interface.
func (*Numeric) Set ¶
func (*Numeric) UnmarshalJSON ¶
func (Numeric) Value ¶
Value implements the database/sql/driver Valuer interface.
Source Files ¶
- Version
- v1.14.4 (latest)
- Published
- Oct 18, 2024
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 1 month ago –
Tools for package owners.