Versions in this module Expand all Collapse all v1 v1.0.0 Oct 21, 2024 Changes in this version + func Register(m *pgtype.Map) + type Float8 float64 + func (Float8) SkipUnderlyingTypePlan() + func (f *Float8) Scan(src any) error + func (f *Float8) ScanFloat64(n pgtype.Float8) error + func (f Float8) Float64Value() (pgtype.Float8, error) + func (f Float8) Value() (driver.Value, error) + type Int2 int16 + func (Int2) SkipUnderlyingTypePlan() + func (dst *Int2) Scan(src any) error + func (dst *Int2) ScanInt64(n int64, valid bool) error + func (src Int2) Value() (driver.Value, error) + type Int4 int32 + func (Int4) SkipUnderlyingTypePlan() + func (dst *Int4) Scan(src any) error + func (dst *Int4) ScanInt64(n int64, valid bool) error + func (src Int4) Value() (driver.Value, error) + type Int8 int64 + func (Int8) SkipUnderlyingTypePlan() + func (dst *Int8) Scan(src any) error + func (dst *Int8) ScanInt64(n int64, valid bool) error + func (src Int8) Value() (driver.Value, error) + type Text string + func (Text) SkipUnderlyingTypePlan() + func (dst *Text) Scan(src any) error + func (dst *Text) ScanText(v pgtype.Text) error + func (src Text) Value() (driver.Value, error) + type Timestamp time.Time + func (Timestamp) SkipUnderlyingTypePlan() + func (ts *Timestamp) Scan(src any) error + func (ts *Timestamp) ScanTimestamp(v pgtype.Timestamp) error + func (ts Timestamp) TimestampValue() (pgtype.Timestamp, error) + func (ts Timestamp) Value() (driver.Value, error) + type Timestamptz time.Time + func (Timestamptz) SkipUnderlyingTypePlan() + func (ts *Timestamptz) Scan(src any) error + func (ts *Timestamptz) ScanTimestamptz(v pgtype.Timestamptz) error + func (ts Timestamptz) TimestamptzValue() (pgtype.Timestamptz, error) + func (ts Timestamptz) Value() (driver.Value, error) + type UUID [16]byte + func (UUID) SkipUnderlyingTypePlan() + func (u *UUID) Scan(src any) error + func (u *UUID) ScanUUID(v pgtype.UUID) error + func (u UUID) UUIDValue() (pgtype.UUID, error) + func (u UUID) Value() (driver.Value, error)