PostGIS
2.2.8dev-r@@SVN_REVISION@@
|
Go to the source code of this file.
Functions | |
char * | escape_connection_string (char *str) |
Escape strings that are to be used as part of a PostgreSQL connection string. 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) |
int | colmap_read (const char *filename, colmap *map, char *errbuf, size_t errbuflen) |
Read the content of filename into a symbol map. More... | |
char * | codepage2encoding (const char *cpg) |
char * | encoding2codepage (const char *encoding) |