![]() |
vrpRouting
0.3
|
#include "c_common/postgres_connection.h"
#include <string.h>
#include "utils/builtins.h"
#include "catalog/pg_type.h"
#include "c_common/debug_macro.h"
Go to the source code of this file.
Functions | |
char * | pgr_cstring2char (const char *inStr) |
void | pgr_send_error (int errcode) |
void | pgr_SPI_connect (void) |
Portal | pgr_SPI_cursor_open (SPIPlanPtr SPIplan) |
void | pgr_SPI_finish (void) |
SPIPlanPtr | pgr_SPI_prepare (char *sql) |
char* pgr_cstring2char | ( | const char * | inStr | ) |
Definition at line 53 of file postgres_connection.c.
void pgr_send_error | ( | int | errcode | ) |
Definition at line 36 of file postgres_connection.c.
void pgr_SPI_connect | ( | void | ) |
Portal pgr_SPI_cursor_open | ( | SPIPlanPtr | SPIplan | ) |
Definition at line 98 of file postgres_connection.c.
Referenced by db_get_breaks(), db_get_jobs(), db_get_matrix(), db_get_shipments(), db_get_time_windows(), db_get_vehicles(), get_matrixRows_general(), get_timeMultipliersGeneral(), and pgr_get_pd_orders_general().
void pgr_SPI_finish | ( | void | ) |
SPIPlanPtr pgr_SPI_prepare | ( | char * | sql | ) |
Definition at line 88 of file postgres_connection.c.
Referenced by db_get_breaks(), db_get_jobs(), db_get_matrix(), db_get_shipments(), db_get_time_windows(), db_get_vehicles(), get_matrixRows_general(), get_timeMultipliersGeneral(), and pgr_get_pd_orders_general().