A class that implements a prepared query for PostgreSQL data access driver. More...
Go to the source code of this file.
Classes | |
class | te::pgis::PreparedQuery |
A class that implements a prepared query for PostgreSQL data access driver. More... | |
Namespaces | |
te | |
TerraLib. | |
te::da | |
Namespace for the DataAccess API of TerraLib. | |
te::pgis | |
Namespace for the TerraLib PostGIS driver implementation. | |
Typedefs | |
typedef struct pg_conn | PGconn |
typedef struct pg_result | PGresult |
A class that implements a prepared query for PostgreSQL data access driver.
Definition in file PreparedQuery.h.
typedef struct pg_conn PGconn |
Definition at line 1 of file PreparedQuery.h.
typedef struct pg_result PGresult |
Definition at line 1 of file PreparedQuery.h.