pq_unescape_byteaΒΆ
pq_unescape_bytea converts bytea data to binary data.
- ssOut = pq_unescape_bytea(ssIn)
Return Value
ssOut is the binary data as a UniScript string.
Parameters
- ssIn
ssIn is the text to convert.
History
Version |
Description |
---|---|
5.5.0 |
New |
See also
id-53379