27 #include "../common/Translator.h" 
   28 #include "../dataaccess/query/LiteralByteArray.h" 
   29 #include "../dataaccess/query/LiteralDateTime.h" 
   30 #include "../dataaccess/query/LiteralEnvelope.h" 
   31 #include "../dataaccess/query/LiteralGeom.h" 
   32 #include "../dataaccess/Exception.h" 
   45   throw te::da::Exception(
TR_COMMON(
"Not implemented yet!"));
 
   50   throw te::da::Exception(
TR_COMMON(
"Not implemented yet!"));
 
   55   throw te::da::Exception(
TR_COMMON(
"Not implemented yet!"));
 
   60   throw te::da::Exception(
TR_COMMON(
"Not implemented yet!"));
 
A class that models a literal for Date and Time values. 
 
A visitor for building an SQL statement using SQLite dialect. 
 
A visitor for building an SQL statement using SQLite dialect. 
 
A class that models a literal for Geometry values. 
 
It represents the SQL query dialect accepted by a given data source. 
 
A class that models a literal for ByteArray values. 
 
void visit(const te::da::LiteralByteArray &visited)
 
A class that models a literal for Envelope values. 
 
SQLVisitor(const te::da::SQLDialect &dialect, std::string &sql)
Default constructor. 
 
#define TR_COMMON(message)
It marks a string in order to get translated. This is the mark used in the Common module of TerraLib...