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 A class that can be used in a GROUP BY clause. 
 
This is an abstract class that models a query expression. 
 
std::unique_ptr< Expression > m_field
A valid expression. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.