26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_HAVING_H    27 #define __TERRALIB_DATAACCESS_INTERNAL_HAVING_H    30 #include "../Config.h"    81         std::auto_ptr<Expression> 
m_exp;  
    87 #endif  // __TERRALIB_DATAACCESS_INTERNAL_HAVING_H A class that can be used to model a filter expression that can be applied to a query. 
 
This is an abstract class that models a query expression. 
 
std::auto_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.