|
| | pq.c |
| | helper functions for libpq (PostGres) interactions
|
| |
| | pq.h |
| | shared internal data structures of libgnunetpq
|
| |
| | pq_connect.c |
| | functions to connect to libpq (PostGres)
|
| |
| | pq_eval.c |
| | functions to execute SQL statements with arguments and/or results (PostGres)
|
| |
| | pq_event.c |
| | event notifications via Postgres
|
| |
| | pq_exec.c |
| | functions to execute plain SQL statements (PostGres)
|
| |
| | pq_prepare.c |
| | functions to connect to libpq (PostGres)
|
| |
| | pq_query_helper.c |
| | functions to initialize parameter arrays
|
| |
| | pq_result_helper.c |
| | functions to extract result values
|
| |