github.com/jackc/pgtype.Bytea.DecodeText (method)

3 uses

	github.com/jackc/pgtype (current package)
		bytea.go#L79: func (dst *Bytea) DecodeText(ci *ConnInfo, src []byte) error {
		bytea.go#L142: 		return dst.DecodeText(nil, []byte(src))
		bytea_array.go#L303: 			err = elem.DecodeText(ci, elemSrc)