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;
This is an abstract class that models a query expression.
A class that can be used to model a filter expression that can be applied to a query.
Having(const Expression &e)
Having & operator=(const Having &rhs)
Having(const Having &rhs)
Having(Expression *e)
Constructor.
Expression * getExp() const
void setExp(Expression *exp)
Sets the expression.
std::unique_ptr< Expression > m_exp
The expression that defines the where clause.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.