26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_ORDERBYITEM_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_ORDERBYITEM_H 
   30 #include "../Config.h" 
  131 #endif  // __TERRALIB_DATAACCESS_INTERNAL_ORDERBYITEM_H 
std::auto_ptr< Expression > m_field
A valid expression. 
 
This is an abstract class that models a query expression. 
 
SortOrder m_order
Sort order. 
 
SortOrder
Sort order type: asc or desc. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class that can be used in an ORDER BY clause to sort the items of a resulting query.