PGSQL_EscapeBytea

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

version 2004


PGSQL_EscapeBytea (byteaToEscape; escapedBytea)

ParameterTypeDescription
byteaToEscapeBlobPure Bytea value
escapedByteaBlobEscaped 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.


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