26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_WHERE_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_WHERE_H 
   30 #include "../Config.h" 
   81         std::auto_ptr<Expression> 
m_exp;  
 
   87 #endif  // __TERRALIB_DATAACCESS_INTERNAL_WHERE_H 
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. 
 
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.