|
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 36 of file native_dynamic_relational.c.
| void* NativeDynamicLibpqApi::handle |
Definition at line 38 of file native_dynamic_relational.c.
Referenced by free_native_libpq_api_runtime_local(), and load_native_libpq_api_runtime_local().
| void(* NativeDynamicLibpqApi::PQclear) (PGresult *res) |
Definition at line 48 of file native_dynamic_relational.c.
Referenced by load_native_libpq_api_runtime_local(), and run_postgresql_sql_capture_runtime_local().
| PGconn *(* NativeDynamicLibpqApi::PQconnectdb) (const char *conninfo) |
Definition at line 40 of file native_dynamic_relational.c.
Referenced by load_native_libpq_api_runtime_local(), and run_postgresql_sql_capture_runtime_local().
| char *(* NativeDynamicLibpqApi::PQerrorMessage) (const PGconn *conn) |
Definition at line 42 of file native_dynamic_relational.c.
Referenced by load_native_libpq_api_runtime_local(), and run_postgresql_sql_capture_runtime_local().
Definition at line 43 of file native_dynamic_relational.c.
Referenced by load_native_libpq_api_runtime_local(), and run_postgresql_sql_capture_runtime_local().
| void(* NativeDynamicLibpqApi::PQfinish) (PGconn *conn) |
Definition at line 49 of file native_dynamic_relational.c.
Referenced by load_native_libpq_api_runtime_local(), and run_postgresql_sql_capture_runtime_local().
| char *(* NativeDynamicLibpqApi::PQgetvalue) (const PGresult *res, int row_number, int column_number) |
Definition at line 47 of file native_dynamic_relational.c.
Referenced by capture_postgresql_result_output_runtime_local(), and load_native_libpq_api_runtime_local().
| int(* NativeDynamicLibpqApi::PQnfields) (const PGresult *res) |
Definition at line 46 of file native_dynamic_relational.c.
Referenced by capture_postgresql_result_output_runtime_local(), and load_native_libpq_api_runtime_local().
| int(* NativeDynamicLibpqApi::PQntuples) (const PGresult *res) |
Definition at line 45 of file native_dynamic_relational.c.
Referenced by capture_postgresql_result_output_runtime_local(), and load_native_libpq_api_runtime_local().
| int(* NativeDynamicLibpqApi::PQresultStatus) (const PGresult *res) |
Definition at line 44 of file native_dynamic_relational.c.
Referenced by load_native_libpq_api_runtime_local(), and run_postgresql_sql_capture_runtime_local().
| int(* NativeDynamicLibpqApi::PQstatus) (const PGconn *conn) |
Definition at line 41 of file native_dynamic_relational.c.
Referenced by load_native_libpq_api_runtime_local(), and run_postgresql_sql_capture_runtime_local().