26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_GROUPBYITEM_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_GROUPBYITEM_H 
   30 #include "../Config.h" 
   78         explicit GroupByItem(
const std::string& propertyName);
 
  113 #endif  // __TERRALIB_DATAACCESS_INTERNAL_GROUPBYITEM_H 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< Expression > m_field
A valid expression. 
 
A class that can be used in a GROUP BY clause. 
 
This is an abstract class that models a query expression.