pq_escape_byteaΒΆ

pq_escape_bytea prepares binary data (BLOP) of type bytea to use in an SQL command.

ssOut = pq_escape_bytea(ssIn)

Return Value

ssOut.

Parameters

ssIn

ssIn.

History

Version Description
5.5.0 New

id-853509