Go to the documentation of this file.
   26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_HAVING_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_HAVING_H 
   30 #include "../Config.h" 
   81         std::unique_ptr<Expression> 
m_exp;  
 
   87 #endif  // __TERRALIB_DATAACCESS_INTERNAL_HAVING_H 
  
 
Having(const Having &rhs)
 
Having(Expression *e)
Constructor.
 
Expression * getExp() const
 
Having(const Expression &e)
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Having & operator=(const Having &rhs)
 
This is an abstract class that models a query expression.
 
void setExp(Expression *exp)
Sets the expression.
 
std::unique_ptr< Expression > m_exp
The expression that defines the where clause.
 
A class that can be used to model a filter expression that can be applied to a query.