github.com/jackc/pgtype.Text.DecodeBinary (method)

7 uses

	github.com/jackc/pgtype (current package)
		bpchar.go#L45: 	return (*Text)(dst).DecodeBinary(ci, src)
		hstore.go#L149: 		err := value.DecodeBinary(ci, valueBuf)
		name.go#L39: 	return (*Text)(dst).DecodeBinary(ci, src)
		text.go#L101: func (dst *Text) DecodeBinary(ci *ConnInfo, src []byte) error {
		text_array.go#L377: 		err = elements[i].DecodeBinary(ci, elemSrc)
		unknown.go#L33: 	return (*Text)(dst).DecodeBinary(ci, src)
		varchar.go#L35: 	return (*Text)(dst).DecodeBinary(ci, src)