Versions in this module Expand all Collapse all v1 v1.3.2 Jun 25, 2020 Changes in this version + type Int2 int16 + func (dst *Int2) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error + func (dst *Int2) DecodeText(ci *pgtype.ConnInfo, src []byte) error + func (dst *Int2) Scan(src interface{}) error + func (src Int2) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Int2) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Int2) Value() (driver.Value, error) + type Int4 int32 + func (dst *Int4) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error + func (dst *Int4) DecodeText(ci *pgtype.ConnInfo, src []byte) error + func (dst *Int4) Scan(src interface{}) error + func (src Int4) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Int4) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Int4) Value() (driver.Value, error) + type Int8 int64 + func (dst *Int8) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error + func (dst *Int8) DecodeText(ci *pgtype.ConnInfo, src []byte) error + func (dst *Int8) Scan(src interface{}) error + func (src Int8) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Int8) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Int8) Value() (driver.Value, error) + type Text string + func (dst *Text) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error + func (dst *Text) DecodeText(ci *pgtype.ConnInfo, src []byte) error + func (dst *Text) Scan(src interface{}) error + func (src Text) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Text) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Text) Value() (driver.Value, error) + type Timestamp time.Time + func (dst *Timestamp) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error + func (dst *Timestamp) DecodeText(ci *pgtype.ConnInfo, src []byte) error + func (dst *Timestamp) Scan(src interface{}) error + func (src Timestamp) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Timestamp) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Timestamp) Value() (driver.Value, error) + type Timestamptz time.Time + func (dst *Timestamptz) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error + func (dst *Timestamptz) DecodeText(ci *pgtype.ConnInfo, src []byte) error + func (dst *Timestamptz) Scan(src interface{}) error + func (src Timestamptz) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Timestamptz) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src Timestamptz) Value() (driver.Value, error) + type UUID [16]byte + func (dst *UUID) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error + func (dst *UUID) DecodeText(ci *pgtype.ConnInfo, src []byte) error + func (dst *UUID) Scan(src interface{}) error + func (src UUID) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src UUID) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error) + func (src UUID) Value() (driver.Value, error)