version 2004
PGSQL_EscapeBytea (byteaToEscape; escapedBytea)
| Parameter | Type | Description | |
| byteaToEscape | Blob | Pure Bytea value | |
| escapedBytea | Blob | Escaped Bytea value |
Description
The PGSQL_EscapeBytea command passes a 4D Blob that contains pure Bytea value and returns another 4D Blob containing an escaped version of the Bytea value. This way the returned value can be used in a PGSQL_Execute function.
byteaToEscape is a Blob that corresponds to the pure Bytea value.
escapedBytea is a Blob that is returned which contains the escaped Bytea value.