Go to the documentation of this file.
   26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_GROUPBYITEM_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_GROUPBYITEM_H 
   30 #include "../Config.h" 
  113 #endif  // __TERRALIB_DATAACCESS_INTERNAL_GROUPBYITEM_H 
  
 
void setExpression(Expression *e)
It sets the expression to sort the result of a query.
 
Expression * getExpression() const
It returns the exprsssion to be used to sort the result of a query.
 
GroupByItem(const GroupByItem &rhs)
Copy constructor.
 
GroupByItem(Expression *e)
Constructor.
 
GroupByItem(const Expression &e)
Constructor.
 
A class that can be used in a GROUP BY clause.
 
GroupByItem & operator=(const GroupByItem &rhs)
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
~GroupByItem()
Destructor.
 
std::unique_ptr< Expression > m_field
A valid expression.
 
This is an abstract class that models a query expression.
 
GroupByItem(const std::string &propertyName)
Constructor.