Home
last modified time | relevance | path

Searched refs:PQexec (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/scripts/python/
Dexport-to-postgresql.py213 PQexec = libpq.PQexec variable
214 PQexec.restype = c_void_p
215 PQexec.argtypes = [ c_void_p, c_char_p ]
533 res = PQexec(conn, sql)