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