26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_MUL_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_MUL_H 
   77         Mul& operator=(
const Mul& rhs);
 
   86 #endif  // __TERRALIB_DATAACCESS_INTERNAL_MUL_H 
TE_DEFINE_VISITABLE Mul(Expression *arg1, Expression *arg2)
Constructor. 
 
This is an abstract class that models a query expression. 
 
A base class for binary operations. 
 
#define TE_DEFINE_VISITABLE
 
Mul(const Expression &arg1, const Expression &arg2)
Constructor. 
 
A base class for binary operations. 
 
A static class with global function name definitions. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A static class with global function name definitions.