SQLVisitor.h File Reference

A visitor for building an SQL statement using PostGIS dialect. More...

#include "../dataaccess/query/SQLVisitor.h"
#include "Config.h"
#include <boost/noncopyable.hpp>

Go to the source code of this file.

Classes

class  te::pgis::SQLVisitor
 A visitor for building an SQL statement using PostGIS dialect. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::pgis
 Namespace for the TerraLib PostGIS driver implementation.
 

Typedefs

typedef struct pg_conn PGconn
 

Detailed Description

A visitor for building an SQL statement using PostGIS dialect.

Definition in file SQLVisitor.h.

Typedef Documentation

typedef struct pg_conn PGconn

Definition at line 40 of file SQLVisitor.h.