PostGIS  2.4.9dev-r@@SVN_REVISION@@
shpcommon.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  shp_connection_state
 
struct  colmap_t
 

Macros

#define _(String)   String
 

Typedefs

typedef struct shp_connection_state SHPCONNECTIONCONFIG
 
typedef struct colmap_t colmap
 

Functions

char * escape_connection_string (char *str)
 Escape strings that are to be used as part of a PostgreSQL connection string. More...
 
int colmap_read (const char *fname, colmap *map, char *ebuf, size_t ebuflen)
 Read the content of filename into a symbol map. More...
 
void colmap_init (colmap *map)
 
void colmap_clean (colmap *map)
 
const char * colmap_dbf_by_pg (colmap *map, const char *pgname)
 
const char * colmap_pg_by_dbf (colmap *map, const char *dbfname)
 
char * codepage2encoding (const char *cpg)
 
char * encoding2codepage (const char *encoding)