Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScanDecoders ¶
Types ¶
type ArrayDecoder ¶
type ArrayDecoder struct { Len int // contains filtered or unexported fields }
func NewArrayDecoder ¶
func NewArrayDecoder(ci *pgtype.ConnInfo, src []byte) (a ArrayDecoder, err error)
func (*ArrayDecoder) Decode ¶
func (a *ArrayDecoder) Decode(item pgtype.BinaryDecoder) (err error)
func (*ArrayDecoder) Next ¶
func (a *ArrayDecoder) Next() bool
Click to show internal directories.
Click to hide internal directories.