PGSQL_UnescapeBytea

4D - Documentation   Français   English   German   4D For PostgreSQL, Command Theme List   4D For PostgreSQL, Command Alphabetical List   Back   Previous   Next

version 2004


PGSQL_UnescapeBytea (byteaToUnescape; unescapedBytea)

ParameterTypeDescription
byteaToUnescapeBlobEscaped Bytea value
unescapedByteaBlobPure Bytea value

Description

The PGSQL_UnescapeBytea command passes a 4D Blob that contains an unescaped Bytea value and returns another 4D Blob containing a pure Bytea value.

byteaToUnescape is a Blob that corresponds to the escaped Bytea value.

unescapedBytea is a Blob that is returned which contains the pure Bytea value.


4D - Documentation   Français   English   German   4D For PostgreSQL, Command Theme List   4D For PostgreSQL, Command Alphabetical List   Back   Previous   Next