PostgresConn Class Reference
List of all members.Detailed Description
Definition at line 140 of file dbconn.h.
Public Member Functions | |
PostgresConn () | |
virtual | ~PostgresConn () |
bool | Connect (const char *dbname, const char *host, const char *user, const char *password, const char *port) |
bool | Disconnect () |
bool | Connected () |
VectorMapInfoHolder | GetVectorMapInfo (vector< string > layerNames) |
LayerInfoHolder | GetLayerInfo (const char *layer_name) |
LayerDataHolder | GetLayerData (const char *layer_name) |
int | WriteLayerData (LayerDataHolder &data) |
Private Member Functions | |
BoundingBox | BinaryToBBox (const uint8_t *binary, uint32_t length) |
uint32_t | Text2Bin (const char *text, unsigned char *bin, uint32_t maxlen) |
Private Attributes | |
PGconn * | conn |
The documentation for this class was generated from the following files: