MCPcopy Create free account
hub / github.com/Icinga/icinga2 / exec

Method exec

lib/pgsql_shim/pgsqlinterface.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 PGresult *exec(PGconn *conn, const char *query) const override
36 {
37 return PQexec(conn, query);
38 }
39
40 void finish(PGconn *conn) const override
41 {

Callers 1

QueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected