Method Sql.pgsql()->quotebinary()
- Method quotebinary
finalstringquotebinary(strings)- Returns
The given string, but escapes/quotes all contained magic characters for binary (bytea) arguments in textual SQL-queries.
- Note
Quoting must not be done for parameters passed in bindings.
- See also
- Note
This function is PostgreSQL-specific.