26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_ORDERBY_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_ORDERBY_H 
   30 #include <boost/ptr_container/ptr_vector.hpp> 
   40     typedef boost::ptr_vector<OrderByItem> 
OrderBy;
 
   45 #endif  // __TERRALIB_DATAACCESS_INTERNAL_ORDERBY_H 
A class that can be used in an ORDER BY clause to sort the items of a resulting query. 
 
boost::ptr_vector< OrderByItem > OrderBy
A class that can be used to model an ORDER BY clause.