26 #ifndef __TERRALIB_OGR_INTERNAL_SQLVISITOR_H 
   27 #define __TERRALIB_OGR_INTERNAL_SQLVISITOR_H 
   30 #include "../dataaccess/query/SQLVisitor.h" 
   76 #endif //__TERRALIB_OGR_INTERNAL_SQLVISITOR_H 
te::da::SQLDialect * dialect
 
A class that models the name of a dataset used in a From clause. 
 
te::gm::Envelope * m_bbox
 
boost::ptr_vector< Expression > Distinct
A class that models a Distinct clause on a query. 
 
A class that models the name of any property of an object. 
 
#define TEOGREXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
It represents the SQL query dialect accepted by a given data source. 
 
An Envelope defines a 2D rectangular region. 
 
A Join clause combines two FromItems. 
 
A Select models a query to be used when retrieving data from a DataSource. 
 
Configuration flags for the OGR Driver Implementation of TerraLib. 
 
A class that models a literal for Envelope values. 
 
A visitor for building an SQL statement from a given Query hierarchy. 
 
JoinConditionOn is a boolean expression and it specifies which items in a join are considered to matc...