26 #ifndef __TERRALIB_GPKG_INTERNAL_SQLVISITOR_H 27 #define __TERRALIB_GPKG_INTERNAL_SQLVISITOR_H 30 #include "../../../../dataaccess/query/SQLVisitor.h" 31 #include "../Config.h" 76 #endif //__TERRALIB_GPKG_INTERNAL_SQLVISITOR_H A class that models the name of a dataset used in a From clause.
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.
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.
te::gm::Envelope * m_bbox
A Select models a query to be used when retrieving data from a DataSource.
#define TERRAMOBILEPLUGINSDLLEXPORT
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...