Go to the documentation of this file.
   26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_QUERY_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_QUERY_H 
   30 #include "../../common/BaseVisitable.h" 
   71 #endif  // __TERRALIB_DATAACCESS_INTERNAL_QUERY_H 
  
 
virtual ~Query()
Virtual destructor.
 
TE_DEFINE_VISITABLE Query()
Default constructor.
 
A Query is independent from the data source language/dialect.
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
The root of all hierarchies that can be visited.
 
#define TE_DEFINE_VISITABLE
 
Expression * new_clone(const Expression &a)
For use with boost conteiners.
 
virtual Query * clone() const =0
It creates a new copy of this query.
 
A visitor interface for the Query hierarchy.