Module escape

Source

Functions§

byteaDeprecated
See PQescapeBytea.
identifier
Escape a string for use as an SQL identifier, such as a table, column, or function name.
stringDeprecated
unescape_bytea
Converts a string representation of binary data into binary data — the reverse of libpq::Connection::escape_bytea.