Go to the documentation of this file.
26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_EQUALTO_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_EQUALTO_H
86 #endif // __TERRALIB_DATAACCESS_INTERNAL_EQUALTO_H
A base class for binary operations.
TE_DEFINE_VISITABLE EqualTo(Expression *arg1, Expression *arg2)
Constructor.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
Expression * clone() const
It creates a new copy of this expression.
This is an abstract class that models a query expression.
EqualTo(const EqualTo &rhs)
Copy constructor.
A base class for binary operations.
#define TE_DEFINE_VISITABLE
It models the comparison operator.
A static class with global function name definitions.
EqualTo & operator=(const EqualTo &rhs)
A static class with global function name definitions.
EqualTo(const Expression &arg1, const Expression &arg2)
Constructor.