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

Function PQsendQueryContinue

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

Source from the content-addressed store, hash-verified

1363}
1364
1365int
1366PQsendQueryContinue(PGconn *conn, const char *query)
1367{
1368 return PQsendQueryInternal(conn, query, false);
1369}
1370
1371int
1372PQsendQueryInternal(PGconn *conn, const char *query, bool newQuery)

Callers 1

PQconnectPollFunction · 0.85

Calls 1

PQsendQueryInternalFunction · 0.85

Tested by

no test coverage detected