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

4 uses

	github.com/jackc/pgtype (current package)
		bytea_array.go#L281: func (dst *ByteaArray) DecodeText(ci *ConnInfo, src []byte) error {
		bytea_array.go#L463: 		return dst.DecodeText(nil, nil)
		bytea_array.go#L468: 		return dst.DecodeText(nil, []byte(src))
		bytea_array.go#L472: 		return dst.DecodeText(nil, srcCopy)