26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_EXPRESSION_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_EXPRESSION_H
30 #include "../../common/BaseVisitable.h"
#define TE_DEFINE_VISITABLE
A visitor interface for the Query hierarchy.
The root of all hierarchies that can be visited.
This is an abstract class that models a query expression.
TE_DEFINE_VISITABLE Expression()
Default constructor.
virtual Expression * clone() const =0
It creates a new copy of this expression.
virtual ~Expression()
Virtual destructor.
TEDATAACCESSEXPORT te::da::Expression * operator||(const te::da::Expression &e1, const te::da::Expression &e2)
TEDATAACCESSEXPORT te::da::Expression * operator<(const te::da::Expression &e1, const te::da::Expression &e2)
TEDATAACCESSEXPORT te::da::Expression * operator!=(const te::da::Expression &e1, const te::da::Expression &e2)
TEDATAACCESSEXPORT te::da::Expression * operator>=(const te::da::Expression &e1, const te::da::Expression &e2)
TEDATAACCESSEXPORT te::da::Expression * operator>(const te::da::Expression &e1, const te::da::Expression &e2)
TEDATAACCESSEXPORT te::da::Expression * operator<=(const te::da::Expression &e1, const te::da::Expression &e2)
TEDATAACCESSEXPORT te::da::Expression * operator==(const te::da::Expression &e1, const te::da::Expression &e2)
TEDATAACCESSEXPORT te::da::Expression * operator&&(const te::da::Expression &e1, const te::da::Expression &e2)
TEDATAACCESSEXPORT te::da::Expression * operator~(const te::da::Expression &e)
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.