Functions§
- bytea
Deprecated - See PQescapeBytea.
- identifier
- Escape a string for use as an SQL identifier, such as a table, column, or function name.
- string
Deprecated - unescape_
bytea - Converts a string representation of binary data into binary data — the reverse of
libpq::Connection::escape_bytea
.