|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
Data Fields | |
| void * | handle |
| PGconn *(* | PQconnectdb )(const char *conninfo) |
| int(* | PQstatus )(const PGconn *conn) |
| char *(* | PQerrorMessage )(const PGconn *conn) |
| PGresult *(* | PQexec )(PGconn *conn, const char *query) |
| int(* | PQresultStatus )(const PGresult *res) |
| int(* | PQntuples )(const PGresult *res) |
| int(* | PQnfields )(const PGresult *res) |
| char *(* | PQgetvalue )(const PGresult *res, int row_number, int column_number) |
| void(* | PQclear )(PGresult *res) |
| void(* | PQfinish )(PGconn *conn) |
Definition at line 2581 of file native_json_runtime_ops.c.
| void* NativeLibpqApi::handle |
Definition at line 2583 of file native_json_runtime_ops.c.
Referenced by free_native_libpq_api_runtime(), and load_native_libpq_api_runtime().
| void(* NativeLibpqApi::PQclear) (PGresult *res) |
Definition at line 2593 of file native_json_runtime_ops.c.
Referenced by load_native_libpq_api_runtime(), and run_postgresql_sql_capture_runtime().
| PGconn *(* NativeLibpqApi::PQconnectdb) (const char *conninfo) |
Definition at line 2585 of file native_json_runtime_ops.c.
Referenced by load_native_libpq_api_runtime(), and run_postgresql_sql_capture_runtime().
| char *(* NativeLibpqApi::PQerrorMessage) (const PGconn *conn) |
Definition at line 2587 of file native_json_runtime_ops.c.
Referenced by load_native_libpq_api_runtime().
Definition at line 2588 of file native_json_runtime_ops.c.
Referenced by load_native_libpq_api_runtime(), and run_postgresql_sql_capture_runtime().
| void(* NativeLibpqApi::PQfinish) (PGconn *conn) |
Definition at line 2594 of file native_json_runtime_ops.c.
Referenced by load_native_libpq_api_runtime(), and run_postgresql_sql_capture_runtime().
| char *(* NativeLibpqApi::PQgetvalue) (const PGresult *res, int row_number, int column_number) |
Definition at line 2592 of file native_json_runtime_ops.c.
Referenced by capture_postgresql_result_output_runtime(), and load_native_libpq_api_runtime().
| int(* NativeLibpqApi::PQnfields) (const PGresult *res) |
Definition at line 2591 of file native_json_runtime_ops.c.
Referenced by capture_postgresql_result_output_runtime(), and load_native_libpq_api_runtime().
| int(* NativeLibpqApi::PQntuples) (const PGresult *res) |
Definition at line 2590 of file native_json_runtime_ops.c.
Referenced by capture_postgresql_result_output_runtime(), and load_native_libpq_api_runtime().
| int(* NativeLibpqApi::PQresultStatus) (const PGresult *res) |
Definition at line 2589 of file native_json_runtime_ops.c.
Referenced by load_native_libpq_api_runtime(), and run_postgresql_sql_capture_runtime().
| int(* NativeLibpqApi::PQstatus) (const PGconn *conn) |
Definition at line 2586 of file native_json_runtime_ops.c.
Referenced by load_native_libpq_api_runtime(), and run_postgresql_sql_capture_runtime().