26 #ifndef __TERRALIB_OGR_INTERNAL_SQLVISITOR_H
27 #define __TERRALIB_OGR_INTERNAL_SQLVISITOR_H
30 #include "../dataaccess/query/SQLVisitor.h"
A class that models the name of a dataset used in a From clause.
A class that represents the IN operator.
JoinConditionOn is a boolean expression and it specifies which items in a join are considered to matc...
A Join clause combines two FromItems.
This class models a bool Literal value.
A class that models a literal for Date and Time values.
A class that models a literal for Envelope values.
A class that models a literal for Geometry values.
This class models a string Literal value.
A class that models the name of any property of an object.
It represents the SQL query dialect accepted by a given data source.
A visitor for building an SQL statement from a given Query hierarchy.
A Select models a query to be used when retrieving data from a DataSource.
An Envelope defines a 2D rectangular region.
A visitor for building an SQL statement from a given Query hierarchy - OGR Driver.
SQLVisitor(const te::da::SQLDialect &dialect, std::string &sql)
Default constructor.
void visit(const te::da::Join &visited)
void visit(const te::da::LiteralGeom &visited) override
void visit(const te::da::In &visited) override
void visit(const te::da::LiteralEnvelope &visited)
te::gm::Envelope * getMBR()
te::gm::Envelope * m_bbox
void visit(const te::da::LiteralBool &visited) override
void visit(const te::da::PropertyName &visited)
void visit(const te::da::JoinConditionOn &visited)
void visit(const te::da::LiteralString &visited) override
void visit(const te::da::Select &visited)
void visit(const te::da::LiteralDateTime &visited) override
void visit(const te::da::DataSetName &visited)
#define TEOGREXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).