![]() |
PGROUTING
2.6
|
#include <postgres.h>
#include <executor/spi.h>
#include <funcapi.h>
#include "utils/builtins.h"
#include <fmgr.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.
Referenced by pgr_error().
void pgr_send_error | ( | int | errcode | ) |
Definition at line 36 of file postgres_connection.c.
void pgr_SPI_connect | ( | void | ) |
Definition at line 83 of file postgres_connection.c.
References PGR_DBG.
Referenced by compute(), compute_trsp(), and process().
Portal pgr_SPI_cursor_open | ( | SPIPlanPtr | SPIplan | ) |
Definition at line 108 of file postgres_connection.c.
References PGR_DBG.
Referenced by get_edges_5_columns(), get_edges_9_columns(), get_edges_basic(), get_edges_flow(), pgr_get_coordinates(), pgr_get_matrixRows(), pgr_get_pd_orders_general(), pgr_get_points(), pgr_get_restrictions(), and pgr_get_vehicles_general().
void pgr_SPI_finish | ( | void | ) |
Definition at line 71 of file postgres_connection.c.
References PGR_DBG.
Referenced by compute(), compute_alpha_shape(), compute_trsp(), and process().
SPIPlanPtr pgr_SPI_prepare | ( | char * | sql | ) |
Definition at line 95 of file postgres_connection.c.
References PGR_DBG.
Referenced by get_edges_5_columns(), get_edges_9_columns(), get_edges_basic(), get_edges_flow(), pgr_get_coordinates(), pgr_get_matrixRows(), pgr_get_pd_orders_general(), pgr_get_points(), pgr_get_restrictions(), and pgr_get_vehicles_general().