MCPcopy Create free account
hub / github.com/apache/cloudberry / PQescapeLiteral

Function PQescapeLiteral

src/interfaces/libpq/fe-exec.c:4174–4178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4172}
4173
4174char *
4175PQescapeLiteral(PGconn *conn, const char *str, size_t len)
4176{
4177 return PQescapeInternal(conn, str, len, false);
4178}
4179
4180char *
4181PQescapeIdentifier(PGconn *conn, const char *str, size_t len)

Callers 5

libpqrcv_startstreamingFunction · 0.85
escape_literalFunction · 0.85
psql_get_variableFunction · 0.85
DescribeQueryFunction · 0.85
restore_aosegment_tableFunction · 0.85

Calls 1

PQescapeInternalFunction · 0.85

Tested by 1

escape_literalFunction · 0.68