26 #ifndef __TERRALIB_SQLITE_INTERNAL_SQLVISITOR_H    27 #define __TERRALIB_SQLITE_INTERNAL_SQLVISITOR_H    30 #include "../dataaccess/query/SQLVisitor.h"    33 #include <boost/noncopyable.hpp>    64 #endif  // __TERRALIB_SQLITE_INTERNAL_SQLVISITOR_H te::da::SQLDialect * dialect
 
It represents the SQL query dialect accepted by a given data source. 
 
void visit(const te::da::LiteralByteArray &visited)
 
A class that models a literal for Date and Time values. 
 
A class that models a literal for ByteArray values. 
 
SQLVisitor(const te::da::SQLDialect &dialect, std::string &sql)
Default constructor. 
 
A visitor for building an SQL statement using SQLite dialect. 
 
A class that models a literal for Envelope values. 
 
A visitor for building an SQL statement from a given Query hierarchy. 
 
A class that models a literal for Geometry values.